From 36f4b7a6e68222feaf4ee3f8f2e6acfbd52100d0 Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Thu, 20 Jan 2011 19:26:30 +0000 Subject: [PATCH] Added since notice to indicate method was not present in MW 1.16 yet --- includes/Html.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */ -- 2.20.1