Ticket #22645: 22645.diff
File 22645.diff, 883 bytes (added by , 12 years ago) |
---|
-
wp-admin/options-permalink.php
56 56 <script type="text/javascript"> 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; 62 62 jQuery('#permalink_structure').val( this.value ); … … 189 189 ); 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> 195 195 <td><code><?php echo get_option('home'); ?>/?p=123</code></td>