Changeset 50048 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 01/28/2021 02:01:50 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r49716 r50048 91 91 'wp-polyfill-dom-rect', 92 92 'wp-polyfill-element-closest', 93 'wp-polyfill-object-fit', 93 94 'wp-polyfill', 94 95 ); … … 105 106 'wp-polyfill-dom-rect' => '3.42.0', 106 107 'wp-polyfill-element-closest' => '2.0.2', 108 'wp-polyfill-object-fit' => '2.3.4', 107 109 'wp-polyfill' => '7.4.4', 108 110 ); … … 132 134 'window.FormData && window.FormData.prototype.keys' => 'wp-polyfill-formdata', 133 135 'Element.prototype.matches && Element.prototype.closest' => 'wp-polyfill-element-closest', 136 '\'objectFit\' in document.documentElement.style' => 'wp-polyfill-object-fit', 134 137 ) 135 138 )
Note: See TracChangeset
for help on using the changeset viewer.