From: Jeroen De Dauw Date: Sat, 26 Nov 2011 23:23:59 +0000 (+0000) Subject: docs++ X-Git-Tag: 1.31.0-rc.0~26277 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=7bc0cedd65b647a22c168eb119d1f2e9da1be49b;p=lhc%2Fweb%2Fwiklou.git docs++ --- diff --git a/includes/specials/SpecialUserlogin.php b/includes/specials/SpecialUserlogin.php index b2014efa5b..7bf3b75548 100644 --- a/includes/specials/SpecialUserlogin.php +++ b/includes/specials/SpecialUserlogin.php @@ -886,7 +886,11 @@ class LoginForm extends SpecialPage { wfRunHooks( 'UserLoginComplete', array( &$currentUser, &$injected_html ) ); - //let any extensions change what message is shown + /** + * Let any extensions change what message is shown. + * @see https://www.mediawiki.org/wiki/Manual:Hooks/BeforeWelcomeCreation + * @since 1.18 + */ wfRunHooks( 'BeforeWelcomeCreation', array( &$welcome_creation_msg, &$injected_html ) ); $this->displaySuccessfulLogin( $welcome_creation_msg, $injected_html );