Changeset 41024
- Timestamp:
- 07/10/2017 11:15:28 PM (7 years ago)
- Location:
- branches/4.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.8
-
branches/4.8/src/wp-admin/includes/options.php
r40579 r41024 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.