Index: trunk/phase3/includes/specials/SpecialUserlogin.php |
— | — | @@ -886,7 +886,11 @@ |
887 | 887 | |
888 | 888 | wfRunHooks( 'UserLoginComplete', array( &$currentUser, &$injected_html ) ); |
889 | 889 | |
890 | | - //let any extensions change what message is shown |
| 890 | + /** |
| 891 | + * Let any extensions change what message is shown. |
| 892 | + * @see https://www.mediawiki.org/wiki/Manual:Hooks/BeforeWelcomeCreation |
| 893 | + * @since 1.18 |
| 894 | + */ |
891 | 895 | wfRunHooks( 'BeforeWelcomeCreation', array( &$welcome_creation_msg, &$injected_html ) ); |
892 | 896 | |
893 | 897 | $this->displaySuccessfulLogin( $welcome_creation_msg, $injected_html ); |