From: <var...@us...> - 2014-06-06 15:25:19
|
Revision: 8879 http://sourceforge.net/p/phpwiki/code/8879 Author: vargenau Date: 2014-06-06 15:25:15 +0000 (Fri, 06 Jun 2014) Log Message: ----------- _("Help")."/"._("TextFormattingRules") --> _("Help/TextFormattingRules") Modified Paths: -------------- trunk/themes/Crao/templates/editpage.tmpl trunk/themes/Portland/templates/editpage.tmpl trunk/themes/Wordpress/templates/editpage.tmpl trunk/themes/default/templates/editpage.tmpl Modified: trunk/themes/Crao/templates/editpage.tmpl =================================================================== --- trunk/themes/Crao/templates/editpage.tmpl 2014-06-06 15:08:35 UTC (rev 8878) +++ trunk/themes/Crao/templates/editpage.tmpl 2014-06-06 15:25:15 UTC (rev 8879) @@ -72,7 +72,7 @@ <div class="wiki-edithelp"> <!-- FIXME: do we need this at all? If so, it could probably be moved to TextFormattingRules --> <p><?php echo fmt("See %s tips for editing.", WikiLink(_("Help")."/"._("GoodStyle"))) ?></p> -<?plugin IncludePage page=_("Help")."/"._("TextFormattingRules") section=_("Synopsis") quiet=1?> +<?plugin IncludePage page=_("Help/TextFormattingRules") section=_("Synopsis") quiet=1?> </div> <?php echo $HIDDEN_INPUTS?> </form> Modified: trunk/themes/Portland/templates/editpage.tmpl =================================================================== --- trunk/themes/Portland/templates/editpage.tmpl 2014-06-06 15:08:35 UTC (rev 8878) +++ trunk/themes/Portland/templates/editpage.tmpl 2014-06-06 15:25:15 UTC (rev 8879) @@ -54,7 +54,7 @@ <div class="wiki-edithelp"> <!-- FIXME: do we need this at all? If so, it could probably be moved to TextFormattingRules --> <p><?php echo fmt("See %s tips for editing.", WikiLink(_("Help")."/"._("GoodStyle"))) ?></p> -<?plugin IncludePage page=_("Help")."/"._("TextFormattingRules") section=_("Synopsis") quiet=1?> +<?plugin IncludePage page=_("Help/TextFormattingRules") section=_("Synopsis") quiet=1?> </div> <?php echo $HIDDEN_INPUTS?> </form> Modified: trunk/themes/Wordpress/templates/editpage.tmpl =================================================================== --- trunk/themes/Wordpress/templates/editpage.tmpl 2014-06-06 15:08:35 UTC (rev 8878) +++ trunk/themes/Wordpress/templates/editpage.tmpl 2014-06-06 15:25:15 UTC (rev 8879) @@ -70,7 +70,7 @@ <div class="wiki-edithelp"> <!-- FIXME: do we need this at all? If so, it could probably be moved to TextFormattingRules --> <p><?php echo fmt("See %s tips for editing.", WikiLink(_("Help")."/"._("GoodStyle"))) ?></p> -<?plugin IncludePage page=_("Help")."/"._("TextFormattingRules") section=_("Synopsis") quiet=1?> +<?plugin IncludePage page=_("Help/TextFormattingRules") section=_("Synopsis") quiet=1?> </div> <?php echo $HIDDEN_INPUTS?> </form> Modified: trunk/themes/default/templates/editpage.tmpl =================================================================== --- trunk/themes/default/templates/editpage.tmpl 2014-06-06 15:08:35 UTC (rev 8878) +++ trunk/themes/default/templates/editpage.tmpl 2014-06-06 15:25:15 UTC (rev 8879) @@ -94,5 +94,5 @@ <div class="wiki-edithelp"> <!-- FIXME: do we need this at all? If so, it could probably be moved to TextFormattingRules --> <p><?php echo fmt("See %s tips for editing.", WikiLink(_("Help")."/"._("GoodStyle"))) ?></p> -<?plugin IncludePage page=_("Help")."/"._("TextFormattingRules") section=_("Synopsis") quiet=1?> +<?plugin IncludePage page=_("Help/TextFormattingRules") section=_("Synopsis") quiet=1?> </div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |