wordpress-develop/tests/phpunit/tests/dependencies
Jonathan Desrosiers 2207c248f0 Script Loader: Stop loading polyfills specific to Internet Explorer
This change removes the inline JavaScript attached to the `wp-polyfill` script responsible for loading polyfill libraries included specifically for Internet Explorer support.

Support for the final version of IE supported in WordPress Core (IE11) was removed in [50784] and will on longer be supported when the next version of WordPress is released.

These scripts are still registered and available to be enqueued, but WordPress will no longer load them by default.

For more information, see https://wordpress.org/news/2021/05/dropping-support-for-internet-explorer-11/.

Props youknowriad, gziolo, sergiomdgomes, desrosj.
Fixes #53078.

git-svn-id: https://develop.svn.wordpress.org/trunk@50934 602fd350-edb4-49c9-b593-d223f7449a82
2021-05-19 19:59:55 +00:00
..
jquery.php Build/Test Tools: Switch back to running the PHPUnit test suite against the src directory instead of build. 2021-02-26 14:07:53 +00:00
scripts.php Script Loader: Stop loading polyfills specific to Internet Explorer 2021-05-19 19:59:55 +00:00
styles.php Editor: Rename should_load_separate_core_block_assets for consistency 2021-05-17 14:26:53 +00:00
wpInlineScriptTag.php Security: move Content-Security-Policy script loaders. 2021-02-23 01:58:21 +00:00
wpSanitizeScriptAttributes.php Security: move Content-Security-Policy script loaders. 2021-02-23 01:58:21 +00:00
wpScriptTag.php Security: move Content-Security-Policy script loaders. 2021-02-23 01:58:21 +00:00