Changeset 7000 for trunk/wp-admin/options-permalink.php
- Timestamp:
- 02/24/2008 04:33:10 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-permalink.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-permalink.php
r6980 r7000 128 128 ?> 129 129 <h3><?php _e('Common settings'); ?></h3> 130 <table class=" niceblue">130 <table class="form-table"> 131 131 <tr> 132 132 <th><label><input name="selection" type="radio" value="" class="tog" <?php checked('', $permalink_structure); ?> /> <?php _e('Default'); ?></label></th> … … 164 164 <?php endif; ?> 165 165 166 <table class=" niceblue">166 <table class="form-table"> 167 167 <tr> 168 168 <th><?php _e('Category base'); ?></th>
Note: See TracChangeset
for help on using the changeset viewer.