Ticket #65685: 65685.patch
| File 65685.patch, 729 bytes (added by , 2 months ago) |
|---|
-
src/wp-admin/includes/image-edit.php
151 151 <label for="imgedit-scale-width-<?php echo $post_id; ?>" class="screen-reader-text"> 152 152 <?php 153 153 /* translators: Hidden accessibility text. */ 154 _e( 'scale height' );154 _e( 'scale width' ); 155 155 ?> 156 156 </label> 157 157 <input type="number" step="1" min="0" max="<?php echo $meta['width'] ?? ''; ?>" aria-describedby="imgedit-scale-warn-<?php echo $post_id; ?>" id="imgedit-scale-width-<?php echo $post_id; ?>" onkeyup="imageEdit.scaleChanged(<?php echo $post_id; ?>, 1, this)" onblur="imageEdit.scaleChanged(<?php echo $post_id; ?>, 1, this)" value="<?php echo $meta['width'] ?? 0; ?>" />
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)