Umherirrender has uploaded a new change for review.

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


Change subject: Fix function doc of ContentHandler::getLocalizedName
......................................................................

Fix function doc of ContentHandler::getLocalizedName

The funcion is about model, so the return value is also about model.

Change-Id: I18325eb33525a334a2a6db15f4381c627845c711
---
M includes/content/ContentHandler.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/67/95767/1

diff --git a/includes/content/ContentHandler.php 
b/includes/content/ContentHandler.php
index 8991290..74e8da9 100644
--- a/includes/content/ContentHandler.php
+++ b/includes/content/ContentHandler.php
@@ -350,7 +350,7 @@
         * @param string $name The content model ID, as given by a 
CONTENT_MODEL_XXX
         *    constant or returned by Revision::getContentModel().
         *
-        * @return string The content format's localized name.
+        * @return string The content model's localized name.
         * @throws MWException if the model id isn't known.
         */
        public static function getLocalizedName( $name ) {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I18325eb33525a334a2a6db15f4381c627845c711
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <[email protected]>

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

Reply via email to