Changeset 7883 for trunk/wp-admin/options-permalink.php
- Timestamp:
- 05/04/2008 10:37:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-permalink.php
r7239 r7883 171 171 <table class="form-table"> 172 172 <tr> 173 <th>< ?php _e('Category base'); ?></th>173 <th><label for="category_base"><?php _e('Category base'); ?></label></th> 174 174 <td><input name="category_base" id="category_base" type="text" class="code" value="<?php echo attribute_escape($category_base); ?>" size="30" /></td> 175 175 </tr> 176 176 <tr> 177 <th>< ?php _e('Tag base'); ?></th>177 <th><label for="tag_base"><?php _e('Tag base'); ?></label></th> 178 178 <td><input name="tag_base" id="tag_base" type="text" class="code" value="<?php echo attribute_escape($tag_base); ?>" size="30" /></td> 179 179 </tr>
Note: See TracChangeset
for help on using the changeset viewer.