Update of /cvsroot/phpwiki/phpwiki/lib/plugin
In directory usw-pr-cvs1:/tmp/cvs-serv28446/phpwiki/lib/plugin
Modified Files:
BackLinks.php
Log Message:
Moved description from html template into plugins.
Index: BackLinks.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/plugin/BackLinks.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** BackLinks.php 2001/09/19 03:24:36 1.2
--- BackLinks.php 2001/12/15 10:54:36 1.3
***************
*** 7,10 ****
--- 7,11 ----
{
var $name = 'BackLinks';
+ var $description = "Get BackLinks for [pagename]";
function getDefaultArguments() {
|