Added since notice to indicate method was not present in MW 1.16 yet
authorJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Thu, 20 Jan 2011 19:26:30 +0000 (19:26 +0000)
committerJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Thu, 20 Jan 2011 19:26:30 +0000 (19:26 +0000)
includes/Html.php

index 6c802ca..2e34660 100644 (file)
@@ -200,7 +200,8 @@ class Html {
        /**
         * Returns "</$element>", 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
         */