Make WordPress Core


Ignore:
Timestamp:
10/06/2011 09:57:50 AM (13 years ago)
Author:
azaozz
Message:

As per the recommendations: make the text inside the files drop box larger, improve the explanation about the "resize image" checkbox, see #18206

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/media.php

    r18895 r18902  
    19941994<p class="hide-if-no-js"><label>
    19951995<input name="image_resize" type="checkbox" id="image_resize" value="true"<?php echo $checked; ?> />
    1996 <?php printf( __( 'Scale images to max width %1$dpx or max height %2$dpx' ), (int) get_option( 'large_size_w' ), (int) get_option( 'large_size_h' ) ); ?>
     1996<?php _e('Scale images to match the large size selected in'); ?> <a href="options-media.php" target="_blank"><?php _e('image options'); ?></a> <?php printf( __('(%1$d &times; %2$d).'), (int) get_option( 'large_size_w' ), (int) get_option( 'large_size_h' ) ); ?>
    19971997</label></p>
    19981998<?php
Note: See TracChangeset for help on using the changeset viewer.