Changeset 52285 for trunk/src/wp-admin/includes/deprecated.php
- Timestamp:
- 11/30/2021 05:16:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/deprecated.php
r52035 r52285 1508 1508 ?> 1509 1509 <script type="text/javascript"> 1510 jQuery( document).ready(function() {1510 jQuery( function() { 1511 1511 jQuery('.permalink-structure input:radio').change(function() { 1512 1512 if ( 'custom' == this.value ) … … 1517 1517 jQuery( '#custom_selection' ).prop( 'checked', true ); 1518 1518 }); 1519 } );1519 } ); 1520 1520 </script> 1521 1521 <?php
Note: See TracChangeset
for help on using the changeset viewer.