Changeset 24283 for trunk/wp-admin/options-permalink.php
- Timestamp:
- 05/17/2013 05:55:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-permalink.php
r24060 r24283 235 235 printf( __('If you like, you may enter custom structures for your category and tag <abbr title="Universal Resource Locator">URL</abbr>s here. For example, using <code>topics</code> as your category base would make your category links like <code>http://example.org/%stopics/uncategorized/</code>. If you leave these blank the defaults will be used.'), $suffix ); ?></p> 236 236 237 <table class="form-table" >237 <table class="form-table" id="permalink-settings"> 238 238 <tr> 239 239 <th><label for="category_base"><?php /* translators: prefix for category permalinks */ _e('Category base'); ?></label></th>
Note: See TracChangeset
for help on using the changeset viewer.