mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Various docblock corrections and improvements for changes introduced in 6.0.
See #54729 git-svn-id: https://develop.svn.wordpress.org/trunk@53302 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -49,7 +49,7 @@ function wp_image_editor( $post_id, $msg = false ) {
|
||||
*
|
||||
* @since 6.0.0
|
||||
*
|
||||
* @param bool|array $edit_custom_sizes True if custom sizes can be edited or array of custom sizes.
|
||||
* @param bool|string[] $edit_custom_sizes True if custom sizes can be edited or array of custom size names.
|
||||
*/
|
||||
$edit_custom_sizes = apply_filters( 'edit_custom_thumbnail_sizes', $edit_custom_sizes );
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user