Make WordPress Core


Ignore:
Timestamp:
01/13/2025 02:55:09 PM (17 months ago)
Author:
desrosj
Message:

Coding Standards: Add missing space for self-closing tags.

Props laxman-prajapati, sabernhardt.
Fixes #62799.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-media.php

    r55412 r59600  
    7171<input name="thumbnail_size_h" type="number" step="1" min="0" id="thumbnail_size_h" value="<?php form_option( 'thumbnail_size_h' ); ?>" class="small-text" />
    7272</fieldset>
    73 <input name="thumbnail_crop" type="checkbox" id="thumbnail_crop" value="1" <?php checked( '1', get_option( 'thumbnail_crop' ) ); ?>/>
     73<input name="thumbnail_crop" type="checkbox" id="thumbnail_crop" value="1"<?php checked( '1', get_option( 'thumbnail_crop' ) ); ?> />
    7474<label for="thumbnail_crop"><?php _e( 'Crop thumbnail to exact dimensions (normally thumbnails are proportional)' ); ?></label>
    7575</td>
Note: See TracChangeset for help on using the changeset viewer.