Update of /cvsroot/phpwiki/phpwiki/lib/plugin
In directory usw-pr-cvs1:/tmp/cvs-serv28881/phpwiki/lib/plugin
Modified Files:
text2png.php
Log Message:
Moved description from html template into plugins.
Index: text2png.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/plugin/text2png.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** text2png.php 2001/12/06 01:26:31 1.3
--- text2png.php 2001/12/15 10:55:12 1.4
***************
*** 8,11 ****
--- 8,12 ----
{
var $name = 'text2png';
+ var $description = 'text2png';
function getDefaultArguments() {
|