r88523 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88522‎ | r88523 | r88524 >
Date:17:20, 21 May 2011
Author:demon
Status:ok (Comments)
Tags:
Comment:
wfDeprecated() plus doc update
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -2910,9 +2910,10 @@
29112911 *
29122912 * @param $name String
29132913 * @param $p Array: parameters
2914 - * @deprecated since 1.18
 2914+ * @deprecated since 1.18, warnings in 1.19, removal in 1.20
29152915 */
29162916 function wfCreateObject( $name, $p ) {
 2917+ wfDeprecated( __FUNCTION__ );
29172918 return MWFunction::newObj( $name, $p );
29182919 }
29192920

Comments

#Comment by IAlex (talk | contribs)   20:55, 25 May 2011

Still used in extensions/WebStore/WebStoreCommon.php.

Status & tagging log