From: Jeroen De Dauw Date: Thu, 20 Jan 2011 19:26:30 +0000 (+0000) Subject: Added since notice to indicate method was not present in MW 1.16 yet X-Git-Tag: 1.31.0-rc.0~32458 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=36f4b7a6e68222feaf4ee3f8f2e6acfbd52100d0;p=lhc%2Fweb%2Fwiklou.git Added since notice to indicate method was not present in MW 1.16 yet --- diff --git a/includes/Html.php b/includes/Html.php index 6c802ca333..2e3466084d 100644 --- a/includes/Html.php +++ b/includes/Html.php @@ -200,7 +200,8 @@ class Html { /** * Returns "", except if $wgWellFormedXml is off, in which case * it returns the empty string when that's guaranteed to be safe. - * + * + * @since 1.17 * @param $element string Name of the element, e.g., 'a' * @return string A closing tag, if required */