Index: trunk/extensions/CentralAuth/specials/SpecialCentralAuth.php |
— | — | @@ -573,11 +573,13 @@ |
574 | 574 | } |
575 | 575 | |
576 | 576 | /** |
577 | | - * @param $action |
| 577 | + * @param $action String: Only 'delete' supported |
578 | 578 | */ |
579 | 579 | function showActionForm( $action ) { |
580 | 580 | global $wgOut, $wgUser; |
581 | 581 | $wgOut->addHTML( |
| 582 | + # to be able to find messages: centralauth-admin-delete-title, |
| 583 | + # centralauth-admin-delete-description, centralauth-admin-delete-button |
582 | 584 | Xml::fieldset( wfMsg( "centralauth-admin-{$action}-title" ) ) . |
583 | 585 | Xml::openElement( 'form', array( |
584 | 586 | 'method' => 'POST', |