From 0eb5aed212f0718d256c0d26125c9a3080162949 Mon Sep 17 00:00:00 2001 From: Tammie Lister Date: Mon, 22 Apr 2024 20:55:09 +0000 Subject: [PATCH] Twenty Twenty-Three: Wraps navigation block in row within header template part. This allows inserting of own blocks into header since the release of the Block Hooks API, specifically after the navigation block. Props tomjcafferkey, poena, shailu25. Fixes #60723. Built from https://develop.svn.wordpress.org/trunk@58034 git-svn-id: http://core.svn.wordpress.org/trunk@57500 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwentythree/parts/header.html | 6 +++++- wp-includes/version.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentytwentythree/parts/header.html b/wp-content/themes/twentytwentythree/parts/header.html index 8e4f17bef1..8a941302af 100644 --- a/wp-content/themes/twentytwentythree/parts/header.html +++ b/wp-content/themes/twentytwentythree/parts/header.html @@ -3,7 +3,11 @@
- + +
+ +
+
diff --git a/wp-includes/version.php b/wp-includes/version.php index a2578c0247..578f592309 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-58033'; +$wp_version = '6.6-alpha-58034'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.