Changeset 1244 for trunk/wp-admin/options-permalink.php
- Timestamp:
- 05/09/2004 02:52:27 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-permalink.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-permalink.php
r1227 r1244 96 96 <input name="permalink_structure" type="text" style="width: 98%;" value="<?php echo $permalink_structure; ?>" /> 97 97 </p> 98 <p><?php _e(' Enter a path without templates for your categories:') ?> FIXME[THIS WORDING MAKES NO SENSE]</p>98 <p><?php _e('If you like, you may enter a custom prefix for your category URIs here. For example, <code>/taxonomy/categorias</code> would make your category links like <code>http://example.org/taxonomy/categorias/general/</code>. If you leave this blank the default will be used.') ?></p> 99 99 <p> 100 100 <input name="category_base" type="text" style="width: 98%;" value="<?php echo $category_base; ?>" />
Note: See TracChangeset
for help on using the changeset viewer.