Changeset 53302 for trunk/src/wp-admin/includes/image-edit.php
- Timestamp:
- 04/28/2022 09:57:51 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image-edit.php
r53161 r53302 50 50 * @since 6.0.0 51 51 * 52 * @param bool| array $edit_custom_sizes True if custom sizes can be edited or array of custom sizes.52 * @param bool|string[] $edit_custom_sizes True if custom sizes can be edited or array of custom size names. 53 53 */ 54 54 $edit_custom_sizes = apply_filters( 'edit_custom_thumbnail_sizes', $edit_custom_sizes );
Note: See TracChangeset
for help on using the changeset viewer.