mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Docs: Correct the formatting of various filter documentation.
See #57840 git-svn-id: https://develop.svn.wordpress.org/trunk@56157 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -49,7 +49,7 @@ function wp_image_editor( $post_id, $msg = false ) {
|
||||
*
|
||||
* @since 6.3.0
|
||||
*
|
||||
* @param bool Whether to show the settings in the Image Editor. Default false.
|
||||
* @param bool $show Whether to show the settings in the Image Editor. Default false.
|
||||
*/
|
||||
$edit_thumbnails_separately = (bool) apply_filters( 'image_edit_thumbnails_separately', false );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user