jenkins-bot has submitted this change and it was merged.

Change subject: Remove deprecated $wgCopyrightIcon
......................................................................


Remove deprecated $wgCopyrightIcon

Change-Id: Ia528198ef9671a8cd9b503b86815aa8296ad4891
---
M wmf-config/CommonSettings.php
1 file changed, 3 insertions(+), 1 deletion(-)

Approvals:
  Reedy: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 5767302..9c092d5 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -874,7 +874,9 @@
 
 $wgUseHashTable = true;
 
-$wgCopyrightIcon = '<a href="//wikimediafoundation.org/"><img src="//' . 
$wmfHostnames['bits'] . '/images/wikimedia-button.png" width="88" height="31" 
alt="Wikimedia Foundation"/></a>';
+$wgRightsUrl = '//wikimediafoundation.org/';
+$wgRightsIcon = "{$wmfHostnames['bits']}/images/wikimedia-button.png";
+$wgRightsText = 'Wikimedia Foundation';
 
 # 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/148568
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia528198ef9671a8cd9b503b86815aa8296ad4891
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Withoutaname <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to