From: <ru...@us...> - 2010-06-21 08:56:16
|
Revision: 7554 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7554&view=rev Author: rurban Date: 2010-06-21 08:56:10 +0000 (Mon, 21 Jun 2010) Log Message: ----------- fix doc. Thanks Marc-Etienne Modified Paths: -------------- trunk/lib/plugin/TitleSearch.php Modified: trunk/lib/plugin/TitleSearch.php =================================================================== --- trunk/lib/plugin/TitleSearch.php 2010-06-20 18:10:16 UTC (rev 7553) +++ trunk/lib/plugin/TitleSearch.php 2010-06-21 08:56:10 UTC (rev 7554) @@ -26,8 +26,8 @@ /** * Display results of pagename search. - * Provides no own input box, just <<TitleSearch>> is enough. - * Fancier Inputforms can be made using <<WikiFormRich>> to support regex and case_exact args. + * Provides no own input box, just <?plugin-form TitleSearch?> is enough. + * Fancier Inputforms can be made using <<WikiFormRich ...>> to support regex and case_exact args. * * If only one pages is found and auto_redirect is true, this page is displayed immediatly, * otherwise the found pagelist is displayed. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |