Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -2910,9 +2910,10 @@ |
2911 | 2911 | * |
2912 | 2912 | * @param $name String |
2913 | 2913 | * @param $p Array: parameters |
2914 | | - * @deprecated since 1.18 |
| 2914 | + * @deprecated since 1.18, warnings in 1.19, removal in 1.20 |
2915 | 2915 | */ |
2916 | 2916 | function wfCreateObject( $name, $p ) { |
| 2917 | + wfDeprecated( __FUNCTION__ ); |
2917 | 2918 | return MWFunction::newObj( $name, $p ); |
2918 | 2919 | } |
2919 | 2920 | |