From f1fb777c3b967fcba427a8a6e77835b11b498021 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Sat, 16 Nov 2013 12:28:48 +0100 Subject: [PATCH] Fix function doc of ContentHandler::getLocalizedName The funcion is about model, so the return value is also about model. Change-Id: I18325eb33525a334a2a6db15f4381c627845c711 --- includes/content/ContentHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/content/ContentHandler.php b/includes/content/ContentHandler.php index 89ef4e42f9..ede43063b7 100644 --- a/includes/content/ContentHandler.php +++ b/includes/content/ContentHandler.php @@ -350,7 +350,7 @@ abstract class ContentHandler { * @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 ) { -- 2.20.1