mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 19:09:52 +00:00
Merge "Fix doc comment for BeforePageDisplay hook"
This commit is contained in:
commit
a82d893fce
|
@ -285,12 +285,12 @@ class ThanksHooks {
|
|||
}
|
||||
|
||||
/**
|
||||
* Handler for FlowAddModules. Inserts javascript to enhance thank
|
||||
* Handler for BeforePageDisplay. Inserts javascript to enhance thank
|
||||
* links from static urls to in-page dialogs along with reloading
|
||||
* the previously thanked state.
|
||||
*
|
||||
* @param OutputPage $out OutputPage object
|
||||
* @param mixed $skin
|
||||
* @param Skin $skin
|
||||
* @return bool
|
||||
*/
|
||||
public static function onBeforePageDisplay( OutputPage $out, $skin ) {
|
||||
|
|
Loading…
Reference in a new issue