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

Change subject: Beta: Remove deprecated wgContentTranslationServerURL
......................................................................


Beta: Remove deprecated wgContentTranslationServerURL

* wgContentTranslationServerURL is deprecated in favor of
wgContentTranslationSiteTemplates
* Corrected value of $wgContentTranslationSiteTemplates

Change-Id: Ibc3c31e1f407bcfb9a4a120b38ffe8947c2afb18
---
M wmf-config/CommonSettings-labs.php
1 file changed, 1 insertion(+), 2 deletions(-)

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



diff --git a/wmf-config/CommonSettings-labs.php 
b/wmf-config/CommonSettings-labs.php
index 523a245..9f4b9c8 100644
--- a/wmf-config/CommonSettings-labs.php
+++ b/wmf-config/CommonSettings-labs.php
@@ -90,8 +90,7 @@
 
 if ( $wmgUseContentTranslation ) {
        require_once "$IP/extensions/ContentTranslation/ContentTranslation.php";
-       $wgContentTranslationServerURL = 'https://cxserver-beta.wmflabs.org';
-       $wgContentTranslationSiteTemplates['cx'] = 
'https://cxserver-beta.wmflabs.org/page/$1/$2';
+       $wgContentTranslationSiteTemplates['cx'] = 
'https://cxserver-beta.wmflabs.org';
        // Used for html2wikitext when publishing
        $wgContentTranslationParsoid = array(
                'url' => $wmgParsoidURL,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ibc3c31e1f407bcfb9a4a120b38ffe8947c2afb18
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: KartikMistry <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to