Adrian Lang has uploaded a new change for review.

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

Change subject: Fix quotation marks
......................................................................

Fix quotation marks

Change-Id: Id21ded8662a422cd40c67bbc89300f328d4dd66d
---
M client/includes/LangLinkHandler.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/11/126211/1

diff --git a/client/includes/LangLinkHandler.php 
b/client/includes/LangLinkHandler.php
index 9709bfc..ef78497 100644
--- a/client/includes/LangLinkHandler.php
+++ b/client/includes/LangLinkHandler.php
@@ -79,8 +79,8 @@
         */
        public function getEntityLinks( Title $title ) {
                wfProfileIn( __METHOD__ );
-               wfDebugLog( __CLASS__, __FUNCTION__ . ": Looking for sitelinks 
defined by the '
-                       . 'corresponding item on the wikibase repo." );
+               wfDebugLog( __CLASS__, __FUNCTION__ . ": Looking for sitelinks 
defined by the "
+                       . "corresponding item on the wikibase repo." );
 
                $links = array();
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id21ded8662a422cd40c67bbc89300f328d4dd66d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Adrian Lang <adrian.l...@wikimedia.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to