Changeset 257 for trunk/plugins

Show
Ignore:
Timestamp:
08/08/06 22:53:29 (2 years ago)
Author:
michiel
Message:

allow normal description handling.

Location:
trunk/plugins
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/acronyms.php

    r252 r257  
    66        public $license = "GPL"; 
    77        public $website = "http://www.mvblog.org"; 
     8        public $description = "Acronym replacement module. Searches for know Acronyms and put <acronym> tag around them."; 
    89 
    910        private $_mvblog; 
  • trunk/plugins/test.php

    r252 r257  
    66        public $license = "GPL"; 
    77        public $website = "http://www.mvblog.org"; 
     8        public $description = "Replaces all occurences of the word \"mafkees\" with \"The MvBlog Projectleader\"."; 
    89 
    910        private $_mvblog;