- Timestamp:
- 03/20/2021 06:28:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-custom-image-header.php
r50146 r50556 861 861 </div> 862 862 863 <input type="hidden" name="x1" id="x1" value="0" />864 <input type="hidden" name="y1" id="y1" value="0" />865 <input type="hidden" name="width" id="width" value="<?php echo esc_attr( $width ); ?>" />866 <input type="hidden" name="height" id="height" value="<?php echo esc_attr( $height ); ?>" />863 <input type="hidden" name="x1" id="x1" value="0" /> 864 <input type="hidden" name="y1" id="y1" value="0" /> 865 <input type="hidden" name="width" id="width" value="<?php echo esc_attr( $width ); ?>" /> 866 <input type="hidden" name="height" id="height" value="<?php echo esc_attr( $height ); ?>" /> 867 867 <input type="hidden" name="attachment_id" id="attachment_id" value="<?php echo esc_attr( $attachment_id ); ?>" /> 868 868 <input type="hidden" name="oitar" id="oitar" value="<?php echo esc_attr( $oitar ); ?>" />
Note: See TracChangeset
for help on using the changeset viewer.