From: jeroendedauw Date: Thu, 9 Aug 2012 16:03:14 +0000 (+0200) Subject: Added @since tags X-Git-Tag: 1.31.0-rc.0~22784^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=5cf936775c4eff95eda16f238efe3e4653e794fa;p=lhc%2Fweb%2Fwiklou.git Added @since tags Change-Id: I90717790ac159713e48de7eb89649c3bcbce1d87 --- diff --git a/includes/Message.php b/includes/Message.php index 78b9ec2044..f559d304b4 100644 --- a/includes/Message.php +++ b/includes/Message.php @@ -324,6 +324,7 @@ class Message { * Request the message in any language that is supported. * As a side effect interface message status is unconditionally * turned off. + * @since 1.17 * @param $lang Mixed: language code or Language object. * @return Message: $this */ @@ -347,6 +348,7 @@ class Message { /** * Request the message in the wiki's content language, * unless it is disabled for this message. + * @since 1.17 * @see $wgForceUIMsgAsContentMsg * @return Message: $this */