diff --git a/wp-admin/plugin-editor.php b/wp-admin/plugin-editor.php index 345f0c09e0..da57d95e74 100644 --- a/wp-admin/plugin-editor.php +++ b/wp-admin/plugin-editor.php @@ -295,7 +295,7 @@ endif;
diff --git a/wp-admin/theme-editor.php b/wp-admin/theme-editor.php index bd932d8f94..868df4b65c 100644 --- a/wp-admin/theme-editor.php +++ b/wp-admin/theme-editor.php @@ -321,7 +321,7 @@ else : diff --git a/wp-includes/version.php b/wp-includes/version.php index ed2d6cc2b8..6915318dad 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57521'; +$wp_version = '6.5-alpha-57522'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.