Index: trunk/extensions/WikiEditor/WikiEditor.hooks.php |
— | — | @@ -8,9 +8,9 @@ |
9 | 9 | |
10 | 10 | class WikiEditorHooks { |
11 | 11 | |
12 | | - /* Static Members */ |
| 12 | + /* Protected Static Members */ |
13 | 13 | |
14 | | - static $modules = array( |
| 14 | + protected static $modules = array( |
15 | 15 | |
16 | 16 | /* Third-party modules */ |
17 | 17 | |
— | — | @@ -391,7 +391,7 @@ |
392 | 392 | ), |
393 | 393 | ); |
394 | 394 | |
395 | | - static $features = array( |
| 395 | + protected static $features = array( |
396 | 396 | |
397 | 397 | /* Beta Features */ |
398 | 398 | |
— | — | @@ -585,8 +585,7 @@ |
586 | 586 | * |
587 | 587 | * Adds the modules to the edit form |
588 | 588 | * |
589 | | - * @param $out OutputPage output page |
590 | | - * @param $skin Skin current skin |
| 589 | + * @param $toolbar array list of toolbar items |
591 | 590 | */ |
592 | 591 | public static function editPageShowEditFormInitial( &$toolbar ) { |
593 | 592 | global $wgOut; |