Changeset 23038
- Timestamp:
- 12/04/2012 07:42:28 PM (13 years ago)
- Location:
- trunk/wp-includes
- Files:
-
- 4 edited
-
class-wp-image-editor-gd.php (modified) (1 diff)
-
class-wp-image-editor-imagick.php (modified) (1 diff)
-
class-wp-image-editor.php (modified) (1 diff)
-
media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-image-editor-gd.php
r22863 r23038 177 177 * @access public 178 178 * 179 * @param array $sizes { { width, height}, ... }179 * @param array $sizes { {'width'=>int, 'height'=>int, 'crop'=>bool}, ... } 180 180 * @return array 181 181 */ -
trunk/wp-includes/class-wp-image-editor-imagick.php
r22997 r23038 249 249 * @access public 250 250 * 251 * @param array $sizes 251 * @param array $sizes { {'width'=>int, 'height'=>int, 'crop'=>bool}, ... } 252 252 * @return array 253 253 */ -
trunk/wp-includes/class-wp-image-editor.php
r22817 r23038 102 102 * @abstract 103 103 * 104 * @param array $sizes 104 * @param array $sizes { {'width'=>int, 'height'=>int, 'crop'=>bool}, ... } 105 105 * @return array 106 106 */ -
trunk/wp-includes/media.php
r23032 r23038 295 295 296 296 /** 297 * Retrieve calculated resized dimensions for use in imagecopyresampled().297 * Retrieve calculated resized dimensions for use in WP_Image_Editor. 298 298 * 299 299 * Calculate dimensions and coordinates for a resized image that fits within a
Note: See TracChangeset
for help on using the changeset viewer.