Changeset 55084 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 01/18/2023 11:14:33 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/script-loader.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r55012 r55084 100 100 'wp-polyfill-element-closest', 101 101 'wp-polyfill-object-fit', 102 'wp-polyfill' => array( 'regenerator-runtime' ), 102 'wp-polyfill-inert', 103 'wp-polyfill' => array( 'wp-polyfill-inert', 'regenerator-runtime' ), 103 104 ); 104 105 … … 116 117 'wp-polyfill-element-closest' => '2.0.2', 117 118 'wp-polyfill-object-fit' => '2.3.5', 119 'wp-polyfill-inert' => '3.1.2', 118 120 'wp-polyfill' => '3.15.0', 119 121 );
Note: See TracChangeset
for help on using the changeset viewer.