From 2f1611e273d1513ddb2515fc97ca98f598e52c07 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Tue, 18 Mar 2025 13:15:22 +0000 Subject: [PATCH] Customize: Improve alignment of theme wrapper. This changeset updates the class used for the theme wrapper in the customizer, which fixes an alignment issue occuring when searching a theme on WordPress.org from the customizer interface. Props kharisblank, ankitkumarshah, benazeer, sainathpoojary, mukesh27, kharisblank, parthvataliya, im3dabasia1, sukhendu2002, praful2111, ruchirj, imranhasanraaz, shailu25. Fixes #62637. Built from https://develop.svn.wordpress.org/trunk@60039 git-svn-id: http://core.svn.wordpress.org/trunk@59375 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/customize/class-wp-customize-themes-section.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/customize/class-wp-customize-themes-section.php b/wp-includes/customize/class-wp-customize-themes-section.php index 53407348f1..64c36c9099 100644 --- a/wp-includes/customize/class-wp-customize-themes-section.php +++ b/wp-includes/customize/class-wp-customize-themes-section.php @@ -123,7 +123,7 @@ class WP_Customize_Themes_Section extends WP_Customize_Section { ?> <# if ( 'wporg' === data.action ) { #> -
+
diff --git a/wp-includes/version.php b/wp-includes/version.php index 54d6a58ec0..7fbab7f140 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-beta2-60038'; +$wp_version = '6.8-beta2-60039'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.