Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -591,8 +591,11 @@ |
592 | 592 | |
593 | 593 | /** |
594 | 594 | * Get a message from the language file, for the UI elements |
| 595 | + * |
| 596 | + * @deprecated in 1.18; use wfMessage() |
595 | 597 | */ |
596 | 598 | function wfMsgNoDB( $key ) { |
| 599 | + wfDeprecated( __FUNCTION__ ); |
597 | 600 | $args = func_get_args(); |
598 | 601 | array_shift( $args ); |
599 | 602 | return wfMsgReal( $key, $args, false ); |