From: Carsten K. <car...@us...> - 2001-12-15 10:55:01
|
Update of /cvsroot/phpwiki/phpwiki/lib/plugin In directory usw-pr-cvs1:/tmp/cvs-serv28678/phpwiki/lib/plugin Modified Files: MostPopular.php Log Message: Moved description from html template into plugins. Index: MostPopular.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/plugin/MostPopular.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** MostPopular.php 2001/09/18 19:19:05 1.1 --- MostPopular.php 2001/12/15 10:54:58 1.2 *************** *** 7,10 **** --- 7,11 ---- { var $name = 'MostPopular'; + var $description = 'MostPopular'; function getDefaultArguments() { |