From: Raimond Spekking Date: Tue, 20 May 2008 05:23:38 +0000 (+0000) Subject: Add corresponding messages to have a chance to find the usage of these messages via... X-Git-Tag: 1.31.0-rc.0~47525 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=9b2ab1b0e29c6f7c511f071e4bb23bc2a44d683a;p=lhc%2Fweb%2Fwiklou.git Add corresponding messages to have a chance to find the usage of these messages via grep --- diff --git a/includes/Parser.php b/includes/Parser.php index e355833763..46bd7452c9 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -2699,10 +2699,10 @@ class Parser * Warn the user when a parser limitation is reached * Will warn at most once the user per limitation type * - * @param string $limitationType, should be one of : - * 'expensive-parserfunction' - * 'post-expand-template-argument' - * 'post-expand-template-inclusion' + * @param string $limitationType, should be one of: + * 'expensive-parserfunction' (corresponding messages: 'expensive-parserfunction-warning', 'expensive-parserfunction-category') + * 'post-expand-template-argument' (corresponding messages: 'post-expand-template-argument-warning', 'post-expand-template-argument-category') + * 'post-expand-template-inclusion' (corresponding messages: 'post-expand-template-inclusion-warning', 'post-expand-template-inclusion-category') * @params int $current, $max When an explicit limit has been * exceeded, provide the values (optional) */