Changeset 22931
- Timestamp:
- 11/30/2012 12:01:26 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-permalink.php
r22122 r22931 57 57 //<![CDATA[ 58 58 jQuery(document).ready(function() { 59 jQuery(' input:radio.tog').change(function() {59 jQuery('.permalink-structure input:radio').change(function() { 60 60 if ( 'custom' == this.value ) 61 61 return; … … 190 190 ?> 191 191 <h3><?php _e('Common Settings'); ?></h3> 192 <table class="form-table ">192 <table class="form-table permalink-structure"> 193 193 <tr> 194 194 <th><label><input name="selection" type="radio" value="" <?php checked('', $permalink_structure); ?> /> <?php _e('Default'); ?></label></th>
Note: See TracChangeset
for help on using the changeset viewer.