From: <var...@us...> - 2009-11-01 17:38:51
|
Revision: 7251 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7251&view=rev Author: vargenau Date: 2009-11-01 17:38:42 +0000 (Sun, 01 Nov 2009) Log Message: ----------- Wikicreole syntax Modified Paths: -------------- trunk/lib/plugin/Comment.php Modified: trunk/lib/plugin/Comment.php =================================================================== --- trunk/lib/plugin/Comment.php 2009-11-01 17:35:13 UTC (rev 7250) +++ trunk/lib/plugin/Comment.php 2009-11-01 17:38:42 UTC (rev 7251) @@ -4,7 +4,7 @@ /* * Copyright (C) 2003 Martin Geisler * Copyright (C) 2003-2004 $ThePhpWikiProgrammingTeam - * Copyright (C) 2009 Alcatel-Lucent, Alcatel-Lucent + * Copyright (C) 2009 Marc-Etienne Vargenau, Alcatel-Lucent * * This file is part of PhpWiki. * @@ -27,20 +27,18 @@ * A WikiPlugin for putting comments in WikiPages * * Usage: - * <?plugin Comment + * <<Comment * - * !!! My Secret Text + * == My Secret Text * * This is some WikiText that won't show up on the page. * - * ?> + * >> */ class WikiPlugin_Comment extends WikiPlugin { - // Five required functions in a WikiPlugin. - function getName() { return _("Comment"); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |