r74193 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74192‎ | r74193 | r74194 >
Date:08:50, 3 October 2010
Author:ialex
Status:ok
Tags:
Comment:
Per Nikerabbit, follow-up to r74191: tag for removal in 1.19; I removed the last usage of these functions in r74190
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -928,7 +928,8 @@
929929 * Just like exit() but makes a note of it.
930930 * Commits open transactions except if the error parameter is set
931931 *
932 - * @deprecated Please return control to the caller or throw an exception
 932+ * @deprecated Please return control to the caller or throw an exception. Will
 933+ * be removed in 1.19.
933934 */
934935 function wfAbruptExit( $error = false ) {
935936 static $called = false;
@@ -958,7 +959,8 @@
959960 }
960961
961962 /**
962 - * @deprecated Please return control the caller or throw an exception
 963+ * @deprecated Please return control the caller or throw an exception. Will
 964+ * be removed in 1.19.
963965 */
964966 function wfErrorExit() {
965967 wfDeprecated( __FUNCTION__ );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r74190Removed calls to deprecated function wfErrorExit()ialex08:39, 3 October 2010
r74191Added wfDeprecated() to wfAbruptExit() and wfErrorExit() and removed a commen...ialex08:42, 3 October 2010

Status & tagging log