- Timestamp:
- 08/26/2021 12:57:08 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/dependencies/wpInlineScriptTag.php
r50409 r51657 81 81 add_filter( 82 82 'wp_inline_script_attributes', 83 function ( $attributes ) {83 static function ( $attributes ) { 84 84 if ( isset( $attributes['id'] ) && 'utils-js-extra' === $attributes['id'] ) { 85 85 $attributes['async'] = true;
Note: See TracChangeset
for help on using the changeset viewer.