From: Niklas Laxström Date: Wed, 24 Feb 2010 16:06:55 +0000 (+0000) Subject: Little docs to help developers keep track of versions... X-Git-Tag: 1.31.0-rc.0~37620 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/?a=commitdiff_plain;h=e1065a1d5723107019877625da6991a881c05755;p=lhc%2Fweb%2Fwiklou.git Little docs to help developers keep track of versions... --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index d6e0f5b436..0bf19ad2ad 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -3083,7 +3083,7 @@ function wfBoolToStr( $value ) { /** * Load an extension messages file - * @deprecated + * @deprecated in 1.16 (warnings in 1.18, removed in ?) */ function wfLoadExtensionMessages( $extensionName, $langcode = false ) { } diff --git a/includes/Html.php b/includes/Html.php index 4e37f10ef4..84acf31b63 100644 --- a/includes/Html.php +++ b/includes/Html.php @@ -1,5 +1,5 @@ elements. + * + * @since 1.16 */ class Html { # List of void elements from HTML5, section 9.1.2 as of 2009-08-10