* Renamed hook 'ModifyEditButtons' to 'EditPageBeforeEditButtons' for naming consistency
[lhc/web/wiklou.git] / includes / EditPage.php
index 6ee4f98..c200508 100644 (file)
@@ -1962,7 +1962,7 @@ END
                );
                $buttons['diff'] = wfElement('input', $temp, '');
                
-               wfRunHooks( 'ModifyEditButtons', array( &$buttons ) );
+               wfRunHooks( 'EditPageBeforeEditButtons', array( &$buttons ) );
                return $buttons;
        }