Index: trunk/extensions/ConfirmAccount/RequestAccount_body.php |
— | — | @@ -421,8 +421,9 @@ |
422 | 422 | |
423 | 423 | /** |
424 | 424 | * Expand areas of interest to array |
| 425 | + * Used by ConfirmAccountsPage |
425 | 426 | */ |
426 | | - protected static function expandAreas( $areas ) { |
| 427 | + public static function expandAreas( $areas ) { |
427 | 428 | $list = explode( "\n", $areas ); |
428 | 429 | foreach ( $list as $n => $item ) { |
429 | 430 | $list[$n] = trim( "wpArea-" . str_replace( ' ', '_', $item ) ); |