r104351 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104350‎ | r104351 | r104352 >
Date:17:41, 27 November 2011
Author:robin
Status:ok
Tags:
Comment:
Documentation, mention message names
Modified paths:
  • /trunk/extensions/CentralAuth/specials/SpecialCentralAuth.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralAuth/specials/SpecialCentralAuth.php
@@ -573,11 +573,13 @@
574574 }
575575
576576 /**
577 - * @param $action
 577+ * @param $action String: Only 'delete' supported
578578 */
579579 function showActionForm( $action ) {
580580 global $wgOut, $wgUser;
581581 $wgOut->addHTML(
 582+ # to be able to find messages: centralauth-admin-delete-title,
 583+ # centralauth-admin-delete-description, centralauth-admin-delete-button
582584 Xml::fieldset( wfMsg( "centralauth-admin-{$action}-title" ) ) .
583585 Xml::openElement( 'form', array(
584586 'method' => 'POST',

Status & tagging log