Changeset 40897
- Timestamp:
- 06/12/2017 02:08:34 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/options.php
r40579 r40897 101 101 jQuery('#permalink_structure').val( this.value ); 102 102 }); 103 jQuery( '#permalink_structure').focus(function() {104 jQuery( "#custom_selection").attr('checked', 'checked');103 jQuery( '#permalink_structure' ).on( 'click input', function() { 104 jQuery( '#custom_selection' ).prop( 'checked', true ); 105 105 }); 106 106 });
Note: See TracChangeset
for help on using the changeset viewer.