Ticket #59427: 59427.patch
| File 59427.patch, 1.2 KB (added by , 3 years ago) |
|---|
-
includes/image-edit.php
60 60 <?php echo $note; ?> 61 61 <div class="imgedit-panel-content imgedit-panel-tools wp-clearfix"> 62 62 <div class="imgedit-menu wp-clearfix"> 63 <button type="button" onclick="imageEdit.toggleCropTool( <?php echo "$post_id, '$nonce'"; ?>, this );" aria-expanded="false" aria-controls="imgedit-crop" class="imgedit-crop button disabled" disabled><?php esc_html_e( 'Crop' ); ?></button>63 <button type="button" onclick="imageEdit.toggleCropTool( <?php echo $post_id, $nonce; ?>, this );" aria-expanded="false" aria-controls="imgedit-crop" class="imgedit-crop button disabled" disabled><?php esc_html_e( 'Crop' ); ?></button> 64 64 <button type="button" class="imgedit-scale button" onclick="imageEdit.toggleControls(this);" aria-expanded="false" aria-controls="imgedit-scale"><?php esc_html_e( 'Scale' ); ?></button> 65 65 <div class="imgedit-rotate-menu-container"> 66 66 <button type="button" aria-controls="imgedit-rotate-menu" class="imgedit-rotate button" aria-expanded="false" onclick="imageEdit.togglePopup(this)"><?php esc_html_e( 'Image Rotation' ); ?></button>
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)