diff --git a/wp-admin/includes/image-edit.php b/wp-admin/includes/image-edit.php index 02ab041840..87108d2c17 100644 --- a/wp-admin/includes/image-edit.php +++ b/wp-admin/includes/image-edit.php @@ -353,7 +353,7 @@ function wp_save_image_file( $filename, $image, $mime_type, $post_id ) { _deprecated_argument( __FUNCTION__, '3.5.0', sprintf( __( '%1$s needs to be a %2$s object.' ), '$image', 'WP_Image_Editor' ) ); /** This filter is documented in wp-admin/includes/image-edit.php */ - $image = apply_filters_deprecated( 'image_save_pre', array( $image, $post_id ), '3.5.0', 'image_editor_save_pre' );; + $image = apply_filters_deprecated( 'image_save_pre', array( $image, $post_id ), '3.5.0', 'image_editor_save_pre' ); /** * Filters whether to skip saving the image file. diff --git a/wp-includes/version.php b/wp-includes/version.php index 3b12129d4f..9a7ebecc24 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-46686'; +$wp_version = '5.4-alpha-46687'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.