Changeset 48576 for trunk/src/wp-includes/class-wp-image-editor-gd.php
- Timestamp:
- 07/23/2020 07:37:57 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-gd.php
r48110 r48576 454 454 chmod( $filename, $perms ); 455 455 456 /**457 * Filters the name of the saved image file.458 *459 * @since 2.6.0460 *461 * @param string $filename Name of the file.462 */463 456 return array( 464 457 'path' => $filename, 458 /** 459 * Filters the name of the saved image file. 460 * 461 * @since 2.6.0 462 * 463 * @param string $filename Name of the file. 464 */ 465 465 'file' => wp_basename( apply_filters( 'image_make_intermediate_size', $filename ) ), 466 466 'width' => $this->size['width'],
Note: See TracChangeset
for help on using the changeset viewer.