r108794 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108793‎ | r108794 | r108795 >
Date:08:41, 13 January 2012
Author:nikerabbit
Status:ok
Tags:
Comment:
Fix broken indentation
Modified paths:
  • /trunk/phase3/includes/specials/SpecialRecentchanges.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialRecentchanges.php
@@ -806,12 +806,12 @@
807807 // show/hide links
808808 $showhide = array( wfMsg( 'show' ), wfMsg( 'hide' ) );
809809 $filters = array(
810 - 'hideminor' => 'rcshowhideminor',
811 - 'hidebots' => 'rcshowhidebots',
812 - 'hideanons' => 'rcshowhideanons',
813 - 'hideliu' => 'rcshowhideliu',
 810+ 'hideminor' => 'rcshowhideminor',
 811+ 'hidebots' => 'rcshowhidebots',
 812+ 'hideanons' => 'rcshowhideanons',
 813+ 'hideliu' => 'rcshowhideliu',
814814 'hidepatrolled' => 'rcshowhidepatr',
815 - 'hidemyself' => 'rcshowhidemine'
 815+ 'hidemyself' => 'rcshowhidemine'
816816 );
817817 foreach ( $this->customFilters as $key => $params ) {
818818 $filters[$key] = $params['msg'];

Status & tagging log