From: <var...@us...> - 2012-11-20 20:43:46
|
Revision: 8503 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8503&view=rev Author: vargenau Date: 2012-11-20 20:43:39 +0000 (Tue, 20 Nov 2012) Log Message: ----------- Add missing arguments (pages, redirect) Modified Paths: -------------- trunk/pgsrc/Help%2FAppendTextPlugin Modified: trunk/pgsrc/Help%2FAppendTextPlugin =================================================================== --- trunk/pgsrc/Help%2FAppendTextPlugin 2012-11-20 20:29:20 UTC (rev 8502) +++ trunk/pgsrc/Help%2FAppendTextPlugin 2012-11-20 20:43:39 UTC (rev 8503) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2012 13:46:13 +0000 +Date: Fri, 20 Nov 2012 13:46:13 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FAppendTextPlugin; @@ -26,6 +26,10 @@ | Append to which page | Current page. |- +| **pages** +| Append to multiple pages +| none +|- | **s** | What text to add. Note: A \n is always prepended. | @@ -37,6 +41,9 @@ | **after** | (Optional) Add after the matching line beginning with after. | +| **redirect** +| Redirect to modified page +| false |} == Examples == This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |