Changeset 11312 for trunk/wp-admin/options-writing.php
- Timestamp:
- 05/12/2009 10:40:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-writing.php
r11283 r11312 31 31 <tr valign="top"> 32 32 <th scope="row"><?php _e('Formatting') ?></th> 33 <td><fieldset><legend class=" invisible"><span><?php _e('Formatting') ?></span></legend>33 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Formatting') ?></span></legend> 34 34 <label for="use_smilies"> 35 35 <input name="use_smilies" type="checkbox" id="use_smilies" value="1" <?php checked('1', get_option('use_smilies')); ?> /> … … 62 62 <tr valign="top"> 63 63 <th scope="row"><?php _e('Atom Publishing Protocol') ?></th> 64 <td><fieldset><legend class=" invisible"><span><?php _e('Atom Publishing Protocol') ?></span></legend>64 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Atom Publishing Protocol') ?></span></legend> 65 65 <label for="enable_app"> 66 66 <input name="enable_app" type="checkbox" id="enable_app" value="1" <?php checked('1', get_option('enable_app')); ?> /> … … 70 70 <tr valign="top"> 71 71 <th scope="row"><?php _e('XML-RPC') ?></th> 72 <td><fieldset><legend class=" invisible"><span><?php _e('XML-RPC') ?></span></legend>72 <td><fieldset><legend class="screen-reader-text"><span><?php _e('XML-RPC') ?></span></legend> 73 73 <label for="enable_xmlrpc"> 74 74 <input name="enable_xmlrpc" type="checkbox" id="enable_xmlrpc" value="1" <?php checked('1', get_option('enable_xmlrpc')); ?> />
Note: See TracChangeset
for help on using the changeset viewer.