Jdlrobson has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/335071 )

Change subject: Remove SkinMinervaOutputPageBeforeExec hook
......................................................................

Remove SkinMinervaOutputPageBeforeExec hook

It's been deprecated some time.
No traces of use:
https://github.com/search?q=org%3Awikimedia+SkinMinervaOutputPageBeforeExec&type=Code

Change-Id: I464f6841e1ce0e4b4312a3083c90b22ae6206052
---
M includes/MobileFrontend.skin.hooks.php
1 file changed, 0 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/71/335071/1

diff --git a/includes/MobileFrontend.skin.hooks.php 
b/includes/MobileFrontend.skin.hooks.php
index b555978..92a2491 100644
--- a/includes/MobileFrontend.skin.hooks.php
+++ b/includes/MobileFrontend.skin.hooks.php
@@ -269,8 +269,6 @@
 
                // Enable extensions to add links to footer in Mobile view, too 
- bug 66350
                Hooks::run( 'MobileSiteOutputPageBeforeExec', [ &$sk, &$tpl ] );
-               // FIXME: Deprecate this hook.
-               Hooks::run( 'SkinMinervaOutputPageBeforeExec', [ &$sk, &$tpl ], 
'1.26' );
 
                $tpl->set( 'mobile-switcher', $switcherHtml );
                $tpl->set( 'footer-site-heading-html', $sitename );

-- 
To view, visit https://gerrit.wikimedia.org/r/335071
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I464f6841e1ce0e4b4312a3083c90b22ae6206052
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to