r40900 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40899‎ | r40900 | r40901 >
Date:05:21, 16 September 2008
Author:tstarling
Status:old
Tags:
Comment:
Revert revert r40717 of my formatting change r40416.
Modified paths:
  • /trunk/phase3/includes/LogPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/LogPage.php
@@ -155,7 +155,9 @@
156156 * @static
157157 * @return HTML string
158158 */
159 - static function actionText( $type, $action, $title=NULL, $skin=NULL, $params=array(), $filterWikilinks=false ) {
 159+ static function actionText( $type, $action, $title = NULL, $skin = NULL,
 160+ $params = array(), $filterWikilinks = false )
 161+ {
160162 global $wgLang, $wgContLang, $wgLogActions, $wgMessageCache;
161163
162164 $wgMessageCache->loadAllMessages();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r40416Work around database corruption reported on WP:VPT -- unlinked title instead ...tstarling03:23, 4 September 2008
r40717Refactor this code someaaron22:29, 10 September 2008