From: <var...@us...> - 2015-09-07 16:35:30
|
Revision: 9721 http://sourceforge.net/p/phpwiki/code/9721 Author: vargenau Date: 2015-09-07 16:35:27 +0000 (Mon, 07 Sep 2015) Log Message: ----------- Spelling Modified Paths: -------------- trunk/lib/WikiTheme.php trunk/lib/plugin/UnfoldSubpages.php trunk/pgsrc/Help%2FUnfoldSubpagesPlugin Modified: trunk/lib/WikiTheme.php =================================================================== --- trunk/lib/WikiTheme.php 2015-09-07 16:28:13 UTC (rev 9720) +++ trunk/lib/WikiTheme.php 2015-09-07 16:35:27 UTC (rev 9721) @@ -37,7 +37,7 @@ * * @param string $type * One of:<dl> - * <dt>'unknown'</dt><dd>Make link appropriate for a non-existant page.</dd> + * <dt>'unknown'</dt><dd>Make link appropriate for a nonexistent page.</dd> * <dt>'known'</dt><dd>Make link appropriate for an existing page.</dd> * <dt>'auto'</dt><dd>Either 'unknown' or 'known' as appropriate.</dd> * <dt>'button'</dt><dd>Make a button-style link.</dd> Modified: trunk/lib/plugin/UnfoldSubpages.php =================================================================== --- trunk/lib/plugin/UnfoldSubpages.php 2015-09-07 16:28:13 UTC (rev 9720) +++ trunk/lib/plugin/UnfoldSubpages.php 2015-09-07 16:35:27 UTC (rev 9721) @@ -23,7 +23,7 @@ /** * UnfoldSubpages: Lists the content of all SubPages of the current page. * This is e.g. useful for the CalendarPlugin, to see all entries at once. - * Warning: Better don't use it with non-existant sections! + * Warning: Better don't use it with nonexistent sections! * The section extractor is currently quite unstable. * Usage: <<UnfoldSubpages sortby=-mtime words=50 maxpages=5 >> * Author: Reini Urban <ru...@x-...> @@ -110,7 +110,7 @@ $cpagename)); } - // trap any remaining nonexistant subpages + // Trap any remaining nonexistent subpages if ($page->exists()) { $r = $page->getCurrentRevision(); $c = $r->getContent(); // array of lines Modified: trunk/pgsrc/Help%2FUnfoldSubpagesPlugin =================================================================== --- trunk/pgsrc/Help%2FUnfoldSubpagesPlugin 2015-09-07 16:28:13 UTC (rev 9720) +++ trunk/pgsrc/Help%2FUnfoldSubpagesPlugin 2015-09-07 16:35:27 UTC (rev 9721) @@ -1,4 +1,4 @@ -Date: Mon, 29 Jun 2015 12:04:28 +0000 +Date: Mon, 7 Sep 2015 18:33:53 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.4) Content-Type: application/x-phpwiki; pagename=Help%2FUnfoldSubpagesPlugin; @@ -10,7 +10,7 @@ of the current or a given page. This gives an overview for a [[Help:WikiBlogPlugin]], [[Help:CalendarPlugin]] or similar subpages. -Warning: Don't use it with subpages with non-existant sections! +Warning: Don't use it with subpages with nonexistent sections! The section extractor is currently quite unstable. == Usage == This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |