Yurik has uploaded a new change for review.

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

Change subject: Fixed JCSingleton::getContent() documentation
......................................................................

Fixed JCSingleton::getContent() documentation

Change-Id: I5d6f2ac93f72271eef86a60b683b08baf624664a
---
M includes/JCSingleton.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/JsonConfig 
refs/changes/31/286931/1

diff --git a/includes/JCSingleton.php b/includes/JCSingleton.php
index a587994..598bc15 100644
--- a/includes/JCSingleton.php
+++ b/includes/JCSingleton.php
@@ -275,8 +275,8 @@
 
        /**
         * Get content object for the given title.
-        * Title may not contain ':' unless it is a sub-namespace separator. 
Namespace ID does not need to be
-        * defined in the current wiki, as long as it is defined in 
$wgJsonConfigs.
+        * Namespace ID does not need to be defined in the current wiki,
+        * as long as it is defined in $wgJsonConfigs.
         * @param TitleValue $titleValue
         * @param string $jsonText if given, parses this text instead of what's 
stored in the database/cache
         * @return bool|JCContent Returns false if the title is not handled by 
the settings

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5d6f2ac93f72271eef86a60b683b08baf624664a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/JsonConfig
Gerrit-Branch: master
Gerrit-Owner: Yurik <[email protected]>

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

Reply via email to