r59695 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r59694‎ | r59695 | r59696 >
Date:08:15, 3 December 2009
Author:dantman
Status:ok (Comments)
Tags:
Comment:
Fix notices
Modified paths:
  • /trunk/phase3/includes/EditPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/EditPage.php
@@ -1711,6 +1711,7 @@
17121712 'cols' => $wgUser->getIntOption( 'cols' ),
17131713 'rows' => $wgUser->getIntOption( 'rows' ),
17141714 'onfocus' => "currentFocused = this;",
 1715+ 'style' => '' // for php notices
17151716 );
17161717
17171718 if ( $wgUser->getOption( 'editwidth' ) )

Follow-up revisions

RevisionCommit summaryAuthorDate
r59698Expand a few comments. One as per Nikerabbit's comment on r59695.dantman10:29, 3 December 2009

Comments

#Comment by Nikerabbit (talk | contribs)   08:49, 3 December 2009

You should mention it is initialized for the reason that it can be appended to later.

Status & tagging log