From e1065a1d5723107019877625da6991a881c05755 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Wed, 24 Feb 2010 16:06:55 +0000 Subject: [PATCH] Little docs to help developers keep track of versions... --- includes/GlobalFunctions.php | 2 +- includes/Html.php | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.20.1