From 2a78e6400c1ea384af7bd0a731a448de540021f1 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Tue, 13 Feb 2024 13:27:05 +0000 Subject: [PATCH] Twenty Twenty-Four: Wrap header navigation block in row. Makes it easier to add siblings using the block hooks API without them being treated as flex items due to its parent being a row block. Props tomjcafferkey, poena. Fixes #60410. Built from https://develop.svn.wordpress.org/trunk@57621 git-svn-id: http://core.svn.wordpress.org/trunk@57122 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwentyfour/parts/header.html | 6 +++++- wp-includes/version.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentytwentyfour/parts/header.html b/wp-content/themes/twentytwentyfour/parts/header.html index 632900cbf3..2fa483be63 100644 --- a/wp-content/themes/twentytwentyfour/parts/header.html +++ b/wp-content/themes/twentytwentyfour/parts/header.html @@ -15,7 +15,11 @@ - + +
+ +
+ diff --git a/wp-includes/version.php b/wp-includes/version.php index 789114d012..1e2d284696 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57620'; +$wp_version = '6.5-alpha-57621'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.