diff --git src/wp-admin/options-media.php src/wp-admin/options-media.php
index ec6287d..591db16 100644
|
|
|
include( ABSPATH . 'wp-admin/admin-header.php' );
|
| 46 | 46 | <?php settings_fields('media'); ?> |
| 47 | 47 | |
| 48 | 48 | <h2 class="title"><?php _e('Image sizes') ?></h2> |
| 49 | | <p><?php _e( 'The sizes listed below determine the maximum dimensions in pixels to use when adding an image to the Media Library.' ); ?></p> |
| | 49 | <p><?php _e( 'The sizes listed below determine the maximum dimensions in pixels to use for displaying cropped images.' ); ?></p> |
| 50 | 50 | |
| 51 | 51 | <table class="form-table"> |
| 52 | 52 | <tr> |