Per Nikerabbit, follow-up to r74191: tag for removal in 1.19; I removed the last usage of these functions in r74190
This commit is contained in:
parent
7e995c96f7
commit
90729fccac
1 changed files with 4 additions and 2 deletions
|
|
@ -928,7 +928,8 @@ function wfMsgExt( $key, $options ) {
|
|||
* Just like exit() but makes a note of it.
|
||||
* Commits open transactions except if the error parameter is set
|
||||
*
|
||||
* @deprecated Please return control to the caller or throw an exception
|
||||
* @deprecated Please return control to the caller or throw an exception. Will
|
||||
* be removed in 1.19.
|
||||
*/
|
||||
function wfAbruptExit( $error = false ) {
|
||||
static $called = false;
|
||||
|
|
@ -958,7 +959,8 @@ function wfAbruptExit( $error = false ) {
|
|||
}
|
||||
|
||||
/**
|
||||
* @deprecated Please return control the caller or throw an exception
|
||||
* @deprecated Please return control the caller or throw an exception. Will
|
||||
* be removed in 1.19.
|
||||
*/
|
||||
function wfErrorExit() {
|
||||
wfDeprecated( __FUNCTION__ );
|
||||
|
|
|
|||
Loading…
Reference in a new issue