Changeset 257
- Timestamp:
- 08/08/06 22:53:29 (2 years ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
common/plugins.php (modified) (1 diff)
-
plugins/acronyms.php (modified) (1 diff)
-
plugins/test.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/common/plugins.php
r255 r257 156 156 public function addHook($hook_name, $function_name){ 157 157 $this->hooks[$hook_name] = $function_name; 158 $this->description = htmlspecialchars($this->description); 158 159 } 159 160 } -
trunk/plugins/acronyms.php
r252 r257 6 6 public $license = "GPL"; 7 7 public $website = "http://www.mvblog.org"; 8 public $description = "Acronym replacement module. Searches for know Acronyms and put <acronym> tag around them."; 8 9 9 10 private $_mvblog; -
trunk/plugins/test.php
r252 r257 6 6 public $license = "GPL"; 7 7 public $website = "http://www.mvblog.org"; 8 public $description = "Replaces all occurences of the word \"mafkees\" with \"The MvBlog Projectleader\"."; 8 9 9 10 private $_mvblog;
