Changeset 31906
- Timestamp:
- 03/26/2015 09:18:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-press-this.php
r31894 r31906 1280 1280 <button type="button" class="button-reset post-option"> 1281 1281 <span class="dashicons dashicons-admin-post"></span> 1282 <span class="post-option-title"><?php _e ( 'Format' ); ?></span>1282 <span class="post-option-title"><?php _ex( 'Format', 'post format' ); ?></span> 1283 1283 <span class="post-option-contents" id="post-option-post-format"><?php echo esc_html( get_post_format_string( $post_format ) ); ?></span> 1284 1284 <span class="dashicons post-option-forward"></span> … … 1303 1303 <button type="button" class="button-reset modal-close"> 1304 1304 <span class="dashicons post-option-back"></span> 1305 <span class="setting-title" aria-hidden="true"><?php _e ( 'Post format' ); ?></span>1305 <span class="setting-title" aria-hidden="true"><?php _ex( 'Format', 'post format' ); ?></span> 1306 1306 <span class="screen-reader-text"><?php _e( 'Back to post options' ) ?></span> 1307 1307 </button>
Note: See TracChangeset
for help on using the changeset viewer.