Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -1143,7 +1143,7 @@ |
1144 | 1144 | 'rightslog', |
1145 | 1145 | 'rightslogtext', |
1146 | 1146 | 'rightslogentry', |
1147 | | - 'rightslogentry-autopromote', |
| 1147 | + 'rightslogentry-autopromote', |
1148 | 1148 | 'rightsnone', |
1149 | 1149 | ), |
1150 | 1150 | 'action' => array( |
— | — | @@ -3249,9 +3249,9 @@ |
3250 | 3250 | 'lag-warn-normal', |
3251 | 3251 | 'lag-warn-high', |
3252 | 3252 | ), |
3253 | | - 'watch' => array( |
3254 | | - 'confirm-watch-button', |
3255 | | - ), |
| 3253 | + 'watch' => array( |
| 3254 | + 'confirm-watch-button', |
| 3255 | + ), |
3256 | 3256 | 'watchlisteditor' => array( |
3257 | 3257 | 'watchlistedit-numitems', |
3258 | 3258 | 'watchlistedit-noitems', |
— | — | @@ -3456,9 +3456,9 @@ |
3457 | 3457 | 'sqlite-has-fts', |
3458 | 3458 | 'sqlite-no-fts', |
3459 | 3459 | ), |
3460 | | - 'unwatch' => array( |
3461 | | - 'confirm-unwatch-button', |
3462 | | - ), |
| 3460 | + 'unwatch' => array( |
| 3461 | + 'confirm-unwatch-button', |
| 3462 | + ), |
3463 | 3463 | ); |
3464 | 3464 | |
3465 | 3465 | /** Comments for each block */ |
Index: trunk/phase3/includes/Wiki.php |
— | — | @@ -453,7 +453,7 @@ |
454 | 454 | $act = $this->getAction(); |
455 | 455 | |
456 | 456 | $action = Action::factory( $act, $article ); |
457 | | - if( $action instanceof Action ){ |
| 457 | + if ( $action instanceof Action ) { |
458 | 458 | $action->show(); |
459 | 459 | wfProfileOut( __METHOD__ ); |
460 | 460 | return; |
— | — | @@ -564,8 +564,9 @@ |
565 | 565 | |
566 | 566 | wfProfileOut( __METHOD__ ); |
567 | 567 | |
568 | | - if ( !$abort ) |
| 568 | + if ( !$abort ) { |
569 | 569 | return false; |
| 570 | + } |
570 | 571 | exit; |
571 | 572 | } |
572 | 573 | } |