Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -928,7 +928,8 @@ |
929 | 929 | * Just like exit() but makes a note of it. |
930 | 930 | * Commits open transactions except if the error parameter is set |
931 | 931 | * |
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. |
933 | 934 | */ |
934 | 935 | function wfAbruptExit( $error = false ) { |
935 | 936 | static $called = false; |
— | — | @@ -958,7 +959,8 @@ |
959 | 960 | } |
960 | 961 | |
961 | 962 | /** |
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. |
963 | 965 | */ |
964 | 966 | function wfErrorExit() { |
965 | 967 | wfDeprecated( __FUNCTION__ ); |