From: <var...@us...> - 2012-12-19 09:26:49
|
Revision: 8672 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8672&view=rev Author: vargenau Date: 2012-12-19 09:26:43 +0000 (Wed, 19 Dec 2012) Log Message: ----------- Remove SteveWainstead from untranslated Modified Paths: -------------- trunk/configurator.php trunk/lib/plugin/_WikiTranslation.php Modified: trunk/configurator.php =================================================================== --- trunk/configurator.php 2012-12-19 09:02:42 UTC (rev 8671) +++ trunk/configurator.php 2012-12-19 09:26:43 UTC (rev 8672) @@ -1392,7 +1392,7 @@ "); $properties["Generic Pages"] = - new array_variable('DEFAULT_WIKI_PAGES', array('ReleaseNotes', 'SteveWainstead', 'TestPage'), " + new array_variable('DEFAULT_WIKI_PAGES', array('ReleaseNotes', 'TestPage'), " These are ':'-seperated pages which will get loaded untranslated from DEFAULT_WIKI_PGSRC. "); Modified: trunk/lib/plugin/_WikiTranslation.php =================================================================== --- trunk/lib/plugin/_WikiTranslation.php 2012-12-19 09:02:42 UTC (rev 8671) +++ trunk/lib/plugin/_WikiTranslation.php 2012-12-19 09:26:43 UTC (rev 8672) @@ -101,7 +101,6 @@ _("RecentVisitors") . ',' . _("ReleaseNotes") . ',' . // _("SpellCheck") .','. - _("SteveWainstead") . ',' . _("TranslateText") . ',' . _("UpLoad") . ',' . This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |