Changeset 56314
- Timestamp:
- 07/26/2023 07:21:44 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r56194 r56314 3400 3400 3401 3401 // Check the font-display. 3402 if ( ! in_array( $webfont['font-display'], array( 'auto', 'block', 'fallback', ' swap' ), true ) ) {3402 if ( ! in_array( $webfont['font-display'], array( 'auto', 'block', 'fallback', 'optional', 'swap' ), true ) ) { 3403 3403 $webfont['font-display'] = 'fallback'; 3404 3404 }
Note: See TracChangeset
for help on using the changeset viewer.