Script Loader: Prevent fatal error in load-styles.php.

Duplicates the code of `get_theme_file_path()` within `wp_theme_has_theme_json()`. This is to account for the `load-styles.php` context in which the former function is unavailable.

Follow up to [56073].

Props SergeyBiryukov, oglekler, spacedmonkey, joemcgill, dd32.
Fixes #57629.


Built from https://develop.svn.wordpress.org/trunk@56085


git-svn-id: http://core.svn.wordpress.org/trunk@55597 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Peter Wilson
2023-06-28 05:57:28 +00:00
parent 4182e51552
commit b72be00111
2 changed files with 16 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.3-alpha-56084';
$wp_version = '6.3-alpha-56085';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.