Changeset 53173
- Timestamp:
- 04/13/2022 03:56:23 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r53165 r53173 733 733 $scripts->add( 'editor', "/wp-admin/js/editor$suffix.js", array( 'utils', 'jquery' ), false, 1 ); 734 734 735 $scripts->add( 'clipboard', "/wp-includes/js/clipboard$suffix.js", array(), false, 1 );735 $scripts->add( 'clipboard', "/wp-includes/js/clipboard$suffix.js", array(), '2.0.10', 1 ); 736 736 737 737 $scripts->add( 'wp-ajax-response', "/wp-includes/js/wp-ajax-response$suffix.js", array( 'jquery', 'wp-a11y' ), false, 1 );
Note: See TracChangeset
for help on using the changeset viewer.