Index: trunk/phase3/includes/Preferences.php |
— | — | @@ -198,6 +198,7 @@ |
199 | 199 | $defaultPreferences['gender'] = |
200 | 200 | array( |
201 | 201 | 'type' => 'select', |
| 202 | + 'default' => 'male', |
202 | 203 | 'section' => 'personal/info', |
203 | 204 | 'options' => array( |
204 | 205 | wfMsg( 'gender-male' ) => 'male', |
— | — | @@ -660,6 +661,7 @@ |
661 | 662 | $defaultPreferences['editfont'] = |
662 | 663 | array( |
663 | 664 | 'type' => 'select', |
| 665 | + 'default' => 'default', |
664 | 666 | 'section' => 'editing/advancedediting', |
665 | 667 | 'label-message' => 'editfont-style', |
666 | 668 | 'options' => array( |