Make WordPress Core


Ignore:
Timestamp:
11/30/2021 05:16:13 PM (4 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/includes/deprecated.php

    r52035 r52285  
    15081508    ?>
    15091509    <script type="text/javascript">
    1510         jQuery(document).ready(function() {
     1510        jQuery( function() {
    15111511            jQuery('.permalink-structure input:radio').change(function() {
    15121512                if ( 'custom' == this.value )
     
    15171517                jQuery( '#custom_selection' ).prop( 'checked', true );
    15181518            });
    1519         });
     1519        } );
    15201520    </script>
    15211521    <?php
Note: See TracChangeset for help on using the changeset viewer.