From 955a0ec66bf81c9ce4e7665944ef340a88abeb47 Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 24 Oct 2023 14:35:23 +0000 Subject: [PATCH] Twenty Twenty-Four: Include file renaming for RC2. This includes a file renaming that was missed in [56999]. Follow-up to [56999], [56951], [56813], [56764], [56716]. Props hellofromTonya, huzaifaalmesbah. See #59711. Built from https://develop.svn.wordpress.org/trunk@57003 git-svn-id: http://core.svn.wordpress.org/trunk@56514 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- ...{template-search-writer.php => template-search-blogging.php} | 0 wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename wp-content/themes/twentytwentyfour/patterns/{template-search-writer.php => template-search-blogging.php} (100%) diff --git a/wp-content/themes/twentytwentyfour/patterns/template-search-writer.php b/wp-content/themes/twentytwentyfour/patterns/template-search-blogging.php similarity index 100% rename from wp-content/themes/twentytwentyfour/patterns/template-search-writer.php rename to wp-content/themes/twentytwentyfour/patterns/template-search-blogging.php diff --git a/wp-includes/version.php b/wp-includes/version.php index a64c1e5e49..2d772d77b1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-56999'; +$wp_version = '6.5-alpha-57003'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.