diff --git a/wp-admin/media-upload.php b/wp-admin/media-upload.php index 7f943a829f..015bc9d63d 100644 --- a/wp-admin/media-upload.php +++ b/wp-admin/media-upload.php @@ -116,4 +116,3 @@ if ( 'type' === $tab || 'type_url' === $tab || ! array_key_exists( $tab, media_u */ do_action( "media_upload_{$tab}" ); } - diff --git a/wp-content/themes/twentytwentytwo/index.php b/wp-content/themes/twentytwentytwo/index.php index 27dc7057dc..877d8c3f1e 100644 --- a/wp-content/themes/twentytwentytwo/index.php +++ b/wp-content/themes/twentytwentytwo/index.php @@ -2,4 +2,3 @@ // There is nothing output here because block themes do not use php templates. // There is a core ticket discussing removing this requirement for block themes: // https://core.trac.wordpress.org/ticket/54272. - diff --git a/wp-includes/class-wp-image-editor.php b/wp-includes/class-wp-image-editor.php index bb15a03a07..3c636dc6ba 100644 --- a/wp-includes/class-wp-image-editor.php +++ b/wp-includes/class-wp-image-editor.php @@ -654,4 +654,3 @@ abstract class WP_Image_Editor { return wp_get_default_extension_for_mime_type( $mime_type ); } } - diff --git a/wp-includes/pomo/streams.php b/wp-includes/pomo/streams.php index 2a4feb5f67..8fa5fc6156 100644 --- a/wp-includes/pomo/streams.php +++ b/wp-includes/pomo/streams.php @@ -359,4 +359,3 @@ if ( ! class_exists( 'POMO_CachedIntFileReader', false ) ) : } } endif; - diff --git a/wp-includes/version.php b/wp-includes/version.php index 3e8a5a1287..16590d4ee0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-alpha-56535'; +$wp_version = '6.4-alpha-56536'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.