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
This commit is contained in:
parent
1f57be1a1e
commit
bdc9ff5c76
|
@ -769,7 +769,7 @@ class WP_Theme_JSON_Resolver {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The same file convention when registering web fonts.
|
* 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:./';
|
$placeholder = 'file:./';
|
||||||
if (
|
if (
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue