Make WordPress Core


Ignore:
Timestamp:
06/18/2023 04:09:47 PM (15 months ago)
Author:
joedolson
Message:

Media: Remove duplicate div containers.

Follow-up to [55919]. Remove two hidden divs accidentally duplicated in patch refreshing.

Props azaozz.
Fixes #50523.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/image-edit.php

    r55935 r55936  
    324324
    325325    </div>
    326     <div class="imgedit-wait" id="imgedit-wait-<?php echo $post_id; ?>"></div>
    327     <div class="hidden" id="imgedit-leaving-<?php echo $post_id; ?>"><?php _e( "There are unsaved changes that will be lost. 'OK' to continue, 'Cancel' to return to the Image Editor." ); ?></div>
    328 
    329     </div>
     326
    330327    <div class="imgedit-wait" id="imgedit-wait-<?php echo $post_id; ?>"></div>
    331328    <div class="hidden" id="imgedit-leaving-<?php echo $post_id; ?>"><?php _e( "There are unsaved changes that will be lost. 'OK' to continue, 'Cancel' to return to the Image Editor." ); ?></div>
Note: See TracChangeset for help on using the changeset viewer.