Changeset 54386 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 10/04/2022 03:52:33 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r54359 r54386 111 111 'wp-polyfill-fetch' => '3.6.2', 112 112 'wp-polyfill-formdata' => '4.0.10', 113 'wp-polyfill-node-contains' => '4. 0.0',113 'wp-polyfill-node-contains' => '4.4.0', 114 114 'wp-polyfill-url' => '3.6.4', 115 'wp-polyfill-dom-rect' => '4. 0.0',115 'wp-polyfill-dom-rect' => '4.4.0', 116 116 'wp-polyfill-element-closest' => '2.0.2', 117 117 'wp-polyfill-object-fit' => '2.3.5', … … 741 741 $scripts->add( 'editor', "/wp-admin/js/editor$suffix.js", array( 'utils', 'jquery' ), false, 1 ); 742 742 743 $scripts->add( 'clipboard', "/wp-includes/js/clipboard$suffix.js", array(), '2.0.1 0', 1 );743 $scripts->add( 'clipboard', "/wp-includes/js/clipboard$suffix.js", array(), '2.0.11', 1 ); 744 744 745 745 $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.