Changeset 51322 for trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-script-loader.php
- Timestamp:
- 07/03/2021 09:13:48 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-script-loader.php
r47122 r51322 15 15 /** 16 16 * A class that provides a way to add `async` or `defer` attributes to scripts. 17 * 18 * @since Twenty Twenty 1.0 17 19 */ 18 20 class TwentyTwenty_Script_Loader { … … 22 24 * 23 25 * If #12009 lands in WordPress, this function can no-op since it would be handled in core. 26 * 27 * @since Twenty Twenty 1.0 24 28 * 25 29 * @link https://core.trac.wordpress.org/ticket/12009
Note: See TracChangeset
for help on using the changeset viewer.