Make WordPress Core

Changeset 23931


Ignore:
Timestamp:
04/07/2013 04:49:56 PM (11 years ago)
Author:
helen
Message:

Remove unnecessary label, placeholder, and class for a hidden input. see #23938.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/post-formats.php

    r23926 r23931  
    3939            </a>
    4040        </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'] ); ?>" />
    4342    </div>
    4443
Note: See TracChangeset for help on using the changeset viewer.