Changeset 46696 for trunk/src/wp-includes/class-wp-image-editor-gd.php
- Timestamp:
- 11/11/2019 02:41:15 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-gd.php
r46594 r46696 253 253 * @type bool $crop Whether to crop the image to exact dimensions. 254 254 * } 255 * @return WP_Error|array WP_Error on error, or the image data array for inclusion in the `sizes` array in the image meta. 255 * @return array|WP_Error The image data array for inclusion in the `sizes` array in the image meta, 256 * WP_Error object on error. 256 257 */ 257 258 public function make_subsize( $size_data ) { … … 418 419 * @param string|null $filename 419 420 * @param string|null $mime_type 420 * @return WP_Error|array421 * @return array|WP_Error 421 422 */ 422 423 protected function _save( $image, $filename = null, $mime_type = null ) {
Note: See TracChangeset
for help on using the changeset viewer.