Changeset 55936 for trunk/src/wp-admin/includes/image-edit.php
- Timestamp:
- 06/18/2023 04:09:47 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image-edit.php
r55935 r55936 324 324 325 325 </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 330 327 <div class="imgedit-wait" id="imgedit-wait-<?php echo $post_id; ?>"></div> 331 328 <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.