Make WordPress Core


Ignore:
Timestamp:
11/30/2021 05:16:13 PM (3 years ago)
Author:
hellofromTonya
Message:

External Libraries: Further fix jQuery deprecations in WordPress core.

Follow-up to [50001], [50270], [50367], [50383], [50410], [50420], [50429], [50547].

Props chaion07, Clorith, costdev, desrosj, malthert, peterwilsoncc, presskopp, promz, sabernhardt, SergeyBiryukov, toro_unit, wpnomad.
Fixes #51519.

File:
1 edited

Legend:

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

    r51475 r52285  
    2828    ?>
    2929<script type="text/javascript">
    30     jQuery(document).ready(function($){
     30    jQuery( function($) {
    3131        var form = $('#export-filters'),
    3232            filters = form.find('.export-filters');
     
    4040            }
    4141        });
    42     });
     42    } );
    4343</script>
    4444    <?php
Note: See TracChangeset for help on using the changeset viewer.