Hoo man has uploaded a new change for review. https://gerrit.wikimedia.org/r/110668
Change subject: Remove deprecated wgCopyrightIcon in favor of wgFooterIcons ...................................................................... Remove deprecated wgCopyrightIcon in favor of wgFooterIcons Change-Id: I962b6e2f93faf0e90c6c86c22c83e86630f93495 --- M wmf-config/CommonSettings.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/68/110668/1 diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php index dec5ba9..4de5af0 100644 --- a/wmf-config/CommonSettings.php +++ b/wmf-config/CommonSettings.php @@ -846,7 +846,7 @@ $wgUseHashTable = true; -$wgCopyrightIcon = '<a href="//wikimediafoundation.org/"><img src="//' . $wmfHostnames['bits'] . '/images/wikimedia-button.png" width="88" height="31" alt="Wikimedia Foundation"/></a>'; +$wgFooterIcons['copyright']['copyright'] = '<a href="//wikimediafoundation.org/"><img src="//' . $wmfHostnames['bits'] . '/images/wikimedia-button.png" width="88" height="31" alt="Wikimedia Foundation"/></a>'; # For Special:Cite, we only want it on wikipedia (but can't count on $site), # not on these fakers. -- To view, visit https://gerrit.wikimedia.org/r/110668 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I962b6e2f93faf0e90c6c86c22c83e86630f93495 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Hoo man <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
