Changeset 56246 for trunk/src/wp-includes/class-wp-scripts.php
- Timestamp:
- 07/17/2023 02:04:00 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-scripts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-scripts.php
r56092 r56246 915 915 } 916 916 917 // If the intended strategy is 'defer', limit the initial list of eligibles. 917 /* 918 * If the intended strategy is 'defer', limit the initial list of eligible 919 * strategies, since 'async' can fallback to 'defer', but not vice-versa. 920 */ 918 921 $initial = ( 'defer' === $intended ) ? array( 'defer' ) : null; 919 922
Note: See TracChangeset
for help on using the changeset viewer.