From: Carsten K. <car...@us...> - 2001-12-15 10:55:06
|
Update of /cvsroot/phpwiki/phpwiki/lib/plugin In directory usw-pr-cvs1:/tmp/cvs-serv28768/phpwiki/lib/plugin Modified Files: PageHistory.php Log Message: Moved description from html template into plugins. Index: PageHistory.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/plugin/PageHistory.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** PageHistory.php 2001/12/15 02:36:56 1.2 --- PageHistory.php 2001/12/15 10:55:02 1.3 *************** *** 198,201 **** --- 198,202 ---- { var $name = 'PageHistory'; + var $description = "List PageHistory for [pagename]"; function getDefaultArguments() { |