Changeset 42404 for trunk/src/wp-admin/includes/image-edit.php
- Timestamp:
- 12/15/2017 10:02:02 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image-edit.php
r42343 r42404 191 191 <?php echo $note; ?> 192 192 <div class="imgedit-menu wp-clearfix"> 193 <button type="button" onclick="imageEdit. crop(<?php echo "$post_id, '$nonce'"; ?>, this)" class="imgedit-crop button disabled" disabled><span class="screen-reader-text"><?php esc_html_e( 'Crop' ); ?></span></button>193 <button type="button" onclick="imageEdit.handleCropToolClick( <?php echo "$post_id, '$nonce'"; ?>, this )" class="imgedit-crop button disabled" disabled><span class="screen-reader-text"><?php esc_html_e( 'Crop' ); ?></span></button> 194 194 <?php 195 195
Note: See TracChangeset
for help on using the changeset viewer.