From: umherirrender Date: Sat, 16 Nov 2013 11:28:48 +0000 (+0100) Subject: Fix function doc of ContentHandler::getLocalizedName X-Git-Tag: 1.31.0-rc.0~18099 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=f1fb777c3b967fcba427a8a6e77835b11b498021;p=lhc%2Fweb%2Fwiklou.git Fix function doc of ContentHandler::getLocalizedName The funcion is about model, so the return value is also about model. Change-Id: I18325eb33525a334a2a6db15f4381c627845c711 --- 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 ) {