Little docs to help developers keep track of versions...
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 24 Feb 2010 16:06:55 +0000 (16:06 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 24 Feb 2010 16:06:55 +0000 (16:06 +0000)
includes/GlobalFunctions.php
includes/Html.php

index d6e0f5b..0bf19ad 100644 (file)
@@ -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 ) {
 }
index 4e37f10..84acf31 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-# Copyright (C) 2009 Aryeh Gregor
+# Copyright © 2009 Aryeh Gregor
 # http://www.mediawiki.org/
 #
 # This program is free software; you can redistribute it and/or modify
@@ -38,6 +38,8 @@
  * This class is meant to be confined to utility functions that are called from
  * trusted code paths.  It does not do enforcement of policy like not allowing
  * <a> elements.
+ *
+ * @since 1.16
  */
 class Html {
        # List of void elements from HTML5, section 9.1.2 as of 2009-08-10