Changeset 53306
- Timestamp:
- 04/29/2022 03:48:48 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r53296 r53306 3058 3058 */ 3059 3059 function _wp_theme_json_webfonts_handler() { 3060 // Block themes are unavailable during installation. 3061 if ( wp_installing() ) { 3062 return; 3063 } 3064 3060 3065 // Webfonts to be processed. 3061 3066 $registered_webfonts = array();
Note: See TracChangeset
for help on using the changeset viewer.