Changeset 23931
- Timestamp:
- 04/07/2013 04:49:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/post-formats.php
r23926 r23931 39 39 </a> 40 40 </div> 41 <label for="_wp_format_image" class="screen-reader-text"><?php _e( 'Attachment ID' ); ?></label> 42 <input id="wp_format_image" type="hidden" name="_wp_format_image" value="<?php echo esc_attr( $format_meta['image'] ); ?>" placeholder="<?php esc_attr_e( 'Attachment ID' ); ?>" class="widefat" /> 41 <input id="wp_format_image" type="hidden" name="_wp_format_image" value="<?php echo esc_attr( $format_meta['image'] ); ?>" /> 43 42 </div> 44 43
Note: See TracChangeset
for help on using the changeset viewer.