Make WordPress Core


Ignore:
Timestamp:
06/10/2015 09:08:10 AM (10 years ago)
Author:
obenland
Message:

More semantic markup for the post formats metabox.

Screen readers will now introduce the group of radio buttons.
Also brings the meta box to parity with Press This.

Props joedolson, afercia.
Fixes #26160.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-press-this.php

    r32642 r32720  
    791791                ?>
    792792                <div id="post-formats-select">
    793                 <fieldset><legend class="screen-reader-text"><?php _e( 'Post formats' ); ?></legend>
     793                <fieldset><legend class="screen-reader-text"><?php _e( 'Post Formats' ); ?></legend>
    794794                    <input type="radio" name="post_format" class="post-format" id="post-format-0" value="0" <?php checked( $post_format, '0' ); ?> />
    795795                    <label for="post-format-0" class="post-format-icon post-format-standard"><?php echo get_post_format_string( 'standard' ); ?></label>
Note: See TracChangeset for help on using the changeset viewer.