Make WordPress Core


Ignore:
Timestamp:
02/22/2008 05:30:43 PM (17 years ago)
Author:
ryan
Message:

Validation fixes from nbachiyski. fixes #5962

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-permalink.php

    r6978 r6980  
    131131    <tr>
    132132        <th><label><input name="selection" type="radio" value="" class="tog" <?php checked('', $permalink_structure); ?> /> <?php _e('Default'); ?></label></th>
    133         <td><code><?php echo get_option('home'); ?>/?p=123</code></span></td>
     133        <td><code><?php echo get_option('home'); ?>/?p=123</code></td>
    134134    </tr>
    135135    <tr>
Note: See TracChangeset for help on using the changeset viewer.