Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -654,6 +654,10 @@ |
655 | 655 | &$checks: Array of edit checks like "watch this page"/"minor edit" |
656 | 656 | &$tabindex: HTML tabindex of the last edit check/button |
657 | 657 | |
| 658 | +'EditPageBeforeEditToolbar': allows modifying the edit toolbar above the |
| 659 | +textarea in the edit form |
| 660 | +&$toolbar: The toolbar HTMl |
| 661 | + |
658 | 662 | 'EditPageCopyrightWarning': Allow for site and per-namespace customization of contribution/copyright notice. |
659 | 663 | $title: title of page being edited |
660 | 664 | &$msg: localization message name, overridable. Default is either 'copyrightwarning' or 'copyrightwarning2' |