Make WordPress Core


Ignore:
Timestamp:
01/22/2021 12:30:39 PM (4 years ago)
Author:
SergeyBiryukov
Message:

External Libraries: First pass at fixing jQuery deprecations in WordPress core and bundled themes.

To be able to disable jQuery Migrate as step 3 of updating the jQuery version shipped with WordPress, all JQMIGRATE warnings in the browser console will have to be addressed.

This includes many minor adjustments to a wide array of core files.

Follow-up to:

Props Clorith, azaozz.
See #51812.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/export.php

    r47785 r50001  
    3030            filters = form.find('.export-filters');
    3131        filters.hide();
    32         form.find('input:radio').change(function() {
     32        form.find('input:radio').on( 'change', function() {
    3333            filters.slideUp('fast');
    3434            switch ( $(this).val() ) {
Note: See TracChangeset for help on using the changeset viewer.