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:
John Blackbourn
2023-07-07 00:34:26 +00:00
parent 82302c4ffb
commit a7de2a8e26
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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 );