Changeset 19111 for trunk/wp-admin/options-permalink.php
- Timestamp:
- 11/02/2011 03:12:37 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-permalink.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-permalink.php
r18590 r19111 21 21 '<p>' . __('When you assign multiple categories or tags to a post, only one can show up in the permalink: the lowest numbered category. This applies if your custom structure includes <code>%category%</code> or <code>%tag%</code>.') . '</p>' . 22 22 '<p>' . __('The Optional fields let you customize the “category” and “tag” base names that will appear in archive URLs. For example, the page listing all posts in the “Uncategorized” category could be <code>/topics/uncategorized</code> instead of <code>/category/uncategorized</code>.') . '</p>' . 23 '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' . 23 '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' 24 ); 25 26 get_current_screen()->add_help_sidebar( 24 27 '<p><strong>' . __('For more information:') . '</strong></p>' . 25 28 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Permalinks_Screen" target="_blank">Documentation on Permalinks Settings</a>') . '</p>' .
Note: See TracChangeset
for help on using the changeset viewer.