Changeset 32720 for trunk/src/wp-admin/includes/class-wp-press-this.php
- Timestamp:
- 06/10/2015 09:08:10 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-press-this.php
r32642 r32720 791 791 ?> 792 792 <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> 794 794 <input type="radio" name="post_format" class="post-format" id="post-format-0" value="0" <?php checked( $post_format, '0' ); ?> /> 795 795 <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.