From bdc9ff5c76b12bc0f943b2d16c8da828a76f7872 Mon Sep 17 00:00:00 2001 From: noisysocks Date: Fri, 31 May 2024 03:48:14 +0000 Subject: [PATCH] Remove extraneous spaces from WP_Theme_JSON_Resolver Follows r58262. See #61273. Props mukesh27. Built from https://develop.svn.wordpress.org/trunk@58263 git-svn-id: http://core.svn.wordpress.org/trunk@57726 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-theme-json-resolver.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/class-wp-theme-json-resolver.php b/wp-includes/class-wp-theme-json-resolver.php index db3a48c5c8..3ad2df5b40 100644 --- a/wp-includes/class-wp-theme-json-resolver.php +++ b/wp-includes/class-wp-theme-json-resolver.php @@ -752,7 +752,7 @@ class WP_Theme_JSON_Resolver { * * @since 6.6.0 * - * @param WP_Theme_JSON $theme_json A theme json instance. + * @param WP_Theme_JSON $theme_json A theme json instance. * @return array An array of resolved paths. */ public static function get_resolved_theme_uris( $theme_json ) { @@ -769,7 +769,7 @@ class WP_Theme_JSON_Resolver { /* * The same file convention when registering web fonts. - * See: WP_Font_Face_Resolver:: to_theme_file_uri. + * See: WP_Font_Face_Resolver::to_theme_file_uri. */ $placeholder = 'file:./'; if ( diff --git a/wp-includes/version.php b/wp-includes/version.php index 7e457609ff..7a834bae24 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-58262'; +$wp_version = '6.6-alpha-58263'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.