From 067ba8c5846546dba7cc8564f6a358986687201f Mon Sep 17 00:00:00 2001 From: Tammie Lister Date: Mon, 15 Apr 2024 16:24:15 +0000 Subject: [PATCH] Twenty Twenty Two: Wraps Navigation block in row. Now that the Blocks Hooks API is released in 6.4, you might want to insert blocks into header of the theme after the Navigation block. This wraps to allow this. Props tomjcafferkey, poena, shailu25. Fixes #60724. git-svn-id: https://develop.svn.wordpress.org/trunk@58004 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentytwentytwo/parts/header.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentytwentytwo/parts/header.html b/src/wp-content/themes/twentytwentytwo/parts/header.html index 27568c1917..9d0a314580 100644 --- a/src/wp-content/themes/twentytwentytwo/parts/header.html +++ b/src/wp-content/themes/twentytwentytwo/parts/header.html @@ -5,9 +5,11 @@ - + +
+ \ No newline at end of file