Withoutaname has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/148568

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

Remove deprecated $wgCopyrightIcon

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/68/148568/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 31efc58..222b1e4 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -866,7 +866,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: newchange
Gerrit-Change-Id: Ia528198ef9671a8cd9b503b86815aa8296ad4891
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Withoutaname <[email protected]>

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

Reply via email to