From: <var...@us...> - 2012-12-17 09:53:29
|
Revision: 8663 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8663&view=rev Author: vargenau Date: 2012-12-17 09:53:22 +0000 (Mon, 17 Dec 2012) Log Message: ----------- Update getDescription Modified Paths: -------------- trunk/lib/plugin/RawHtml.php Modified: trunk/lib/plugin/RawHtml.php =================================================================== --- trunk/lib/plugin/RawHtml.php 2012-12-17 09:50:33 UTC (rev 8662) +++ trunk/lib/plugin/RawHtml.php 2012-12-17 09:53:22 UTC (rev 8663) @@ -44,7 +44,7 @@ */ /** - * A plugin to provide for raw HTML within wiki pages. + * Provide for raw HTML within wiki pages. */ class WikiPlugin_RawHtml extends WikiPlugin @@ -56,7 +56,7 @@ function getDescription() { - return _("A plugin to provide for raw HTML within wiki pages."); + return _("Provide for raw HTML within wiki pages."); } function getDefaultArguments() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |