Changeset 11283 for trunk/wp-admin/options-general.php
- Timestamp:
- 05/11/2009 10:11:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-general.php
r11204 r11283 84 84 <tr valign="top"> 85 85 <th scope="row"><?php _e('Membership') ?></th> 86 <td> <fieldset><legend class="invisible">< ?php _e('Membership') ?></legend><label for="users_can_register">86 <td> <fieldset><legend class="invisible"><span><?php _e('Membership') ?></span></legend><label for="users_can_register"> 87 87 <input name="users_can_register" type="checkbox" id="users_can_register" value="1" <?php checked('1', get_option('users_can_register')); ?> /> 88 88 <?php _e('Anyone can register') ?></label> … … 198 198 <th scope="row"><?php _e('Date Format') ?></th> 199 199 <td> 200 <fieldset><legend class="invisible">< ?php _e('Date Format') ?></legend>200 <fieldset><legend class="invisible"><span><?php _e('Date Format') ?></span></legend> 201 201 <?php 202 202 … … 231 231 <th scope="row"><?php _e('Time Format') ?></th> 232 232 <td> 233 <fieldset><legend class="invisible">< ?php _e('Time Format') ?></legend>233 <fieldset><legend class="invisible"><span><?php _e('Time Format') ?></span></legend> 234 234 <?php 235 235
Note: See TracChangeset
for help on using the changeset viewer.