Changeset 24055 for trunk/wp-includes/class-wp-image-editor.php
- Timestamp:
- 04/22/2013 08:28:05 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-wp-image-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-image-editor.php
r23750 r24055 98 98 * multiple sizes from single source. 99 99 * 100 * @since 3.5.0 101 * @access public 102 * @abstract 103 * 104 * @param array $sizes { {'width'=>int, 'height'=>int, 'crop'=>bool}, ... } 100 * 'width' and 'height' are required. 101 * 'crop' defaults to false when not provided. 102 * 103 * @since 3.5.0 104 * @access public 105 * @abstract 106 * 107 * @param array $sizes { {'width'=>int, 'height'=>int, ['crop'=>bool]}, ... } 105 108 * @return array 106 109 */
Note: See TracChangeset
for help on using the changeset viewer.