From: <var...@us...> - 2009-09-20 15:13:24
|
Revision: 7145 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7145&view=rev Author: vargenau Date: 2009-09-20 15:13:16 +0000 (Sun, 20 Sep 2009) Log Message: ----------- Wikicreole syntax Modified Paths: -------------- trunk/lib/WikiPlugin.php Modified: trunk/lib/WikiPlugin.php =================================================================== --- trunk/lib/WikiPlugin.php 2009-09-20 15:03:32 UTC (rev 7144) +++ trunk/lib/WikiPlugin.php 2009-09-20 15:13:16 UTC (rev 7145) @@ -411,13 +411,13 @@ // provide a sample usage text for automatic edit-toolbar insertion function getUsage() { $args = $this->getDefaultArguments(); - $string = '<'.'?plugin '.$this->getName().' '; + $string = '<<'.$this->getName().' '; if ($args) { foreach ($args as $key => $value) { $string .= ($key."||=".(string)$value." "); } } - return $string . '?'.'>'; + return $string . '>>'; } function getArgumentsDescription() { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |