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