r82092 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82091‎ | r82092 | r82093 >
Date:23:20, 13 February 2011
Author:aaron
Status:ok
Tags:
Comment:
Broke long line
Modified paths:
  • /trunk/phase3/includes/EditPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/EditPage.php
@@ -1825,7 +1825,8 @@
18261826 // Allow for site and per-namespace customization of contribution/copyright notice.
18271827 wfRunHooks( 'EditPageCopyrightWarning', array( $this->mTitle, &$copywarnMsg ) );
18281828
1829 - return "<div id=\"editpage-copywarn\">\n" . call_user_func_array("wfMsgNoTrans", $copywarnMsg) . "\n</div>";
 1829+ return "<div id=\"editpage-copywarn\">\n" .
 1830+ call_user_func_array("wfMsgNoTrans", $copywarnMsg) . "\n</div>";
18301831 }
18311832
18321833 protected function showStandardInputs( &$tabindex = 2 ) {

Status & tagging log