Changeset 24562
- Timestamp:
- 07/05/2013 03:45:43 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/image-edit.php
r23873 r24562 83 83 <a class="imgedit-help-toggle" onclick="imageEdit.toggleHelp(this);return false;" href="#"><strong><?php _e('Scale Image'); ?></strong></a> 84 84 <div class="imgedit-help"> 85 <p><?php _e('You can proportionally scale the original image. For best results the scaling should be done before performing any other operations on it like crop, rotate, etc. Note that i f you make the image larger it may become fuzzy.'); ?></p>85 <p><?php _e('You can proportionally scale the original image. For best results the scaling should be done before performing any other operations on it like crop, rotate, etc. Note that images can only be scaled down, not up.'); ?></p> 86 86 <?php if ( isset( $meta['width'], $meta['height'] ) ): ?> 87 87 <p><?php printf( __('Original dimensions %s'), $meta['width'] . '×' . $meta['height'] ); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.