r104324 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104323‎ | r104324 | r104325 >
Date:23:23, 26 November 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
docs++
Modified paths:
  • /trunk/phase3/includes/specials/SpecialUserlogin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialUserlogin.php
@@ -886,7 +886,11 @@
887887
888888 wfRunHooks( 'UserLoginComplete', array( &$currentUser, &$injected_html ) );
889889
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+ */
891895 wfRunHooks( 'BeforeWelcomeCreation', array( &$welcome_creation_msg, &$injected_html ) );
892896
893897 $this->displaySuccessfulLogin( $welcome_creation_msg, $injected_html );

Status & tagging log