Index: trunk/phase3/includes/specials/SpecialRecentchanges.php |
— | — | @@ -806,12 +806,12 @@ |
807 | 807 | // show/hide links |
808 | 808 | $showhide = array( wfMsg( 'show' ), wfMsg( 'hide' ) ); |
809 | 809 | $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', |
814 | 814 | 'hidepatrolled' => 'rcshowhidepatr', |
815 | | - 'hidemyself' => 'rcshowhidemine' |
| 815 | + 'hidemyself' => 'rcshowhidemine' |
816 | 816 | ); |
817 | 817 | foreach ( $this->customFilters as $key => $params ) { |
818 | 818 | $filters[$key] = $params['msg']; |