Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -5318,24 +5318,24 @@ |
5319 | 5319 | * Unsetting core actions will probably cause things to complain loudly. |
5320 | 5320 | */ |
5321 | 5321 | $wgActions = array( |
5322 | | - 'credits' => true, |
5323 | | - 'delete' => true, |
5324 | | - 'edit' => true, |
5325 | | - 'history' => true, |
5326 | | - 'info' => true, |
5327 | | - 'markpatrolled' => true, |
5328 | | - 'protect' => true, |
5329 | | - 'purge' => true, |
5330 | | - 'raw' => true, |
5331 | | - 'render' => true, |
5332 | | - 'revert' => true, |
| 5322 | + 'credits' => true, |
| 5323 | + 'delete' => true, |
| 5324 | + 'edit' => true, |
| 5325 | + 'history' => true, |
| 5326 | + 'info' => true, |
| 5327 | + 'markpatrolled' => true, |
| 5328 | + 'protect' => true, |
| 5329 | + 'purge' => true, |
| 5330 | + 'raw' => true, |
| 5331 | + 'render' => true, |
| 5332 | + 'revert' => true, |
5333 | 5333 | 'revisiondelete' => true, |
5334 | | - 'rollback' => true, |
5335 | | - 'submit' => true, |
5336 | | - 'unprotect' => true, |
5337 | | - 'unwatch' => true, |
5338 | | - 'view' => true, |
5339 | | - 'watch' => true, |
| 5334 | + 'rollback' => true, |
| 5335 | + 'submit' => true, |
| 5336 | + 'unprotect' => true, |
| 5337 | + 'unwatch' => true, |
| 5338 | + 'view' => true, |
| 5339 | + 'watch' => true, |
5340 | 5340 | ); |
5341 | 5341 | |
5342 | 5342 | /** |