r86733 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86732‎ | r86733 | r86734 >
Date:19:54, 22 April 2011
Author:ialex
Status:ok
Tags:
Comment:
Follow-up r86732: really mark it as deprecated ;)
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -591,8 +591,11 @@
592592
593593 /**
594594 * Get a message from the language file, for the UI elements
 595+ *
 596+ * @deprecated in 1.18; use wfMessage()
595597 */
596598 function wfMsgNoDB( $key ) {
 599+ wfDeprecated( __FUNCTION__ );
597600 $args = func_get_args();
598601 array_shift( $args );
599602 return wfMsgReal( $key, $args, false );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r86732Changed last two calls to wfMsgNoDB() to wfMessage() and marked it as deprecatedialex19:52, 22 April 2011

Status & tagging log