diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index fc0ad3910..03f917351 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -20,7 +20,7 @@ add_contextual_help($current_screen, '

' . __('If you pick an option other than Default, your general URL path with structure tags, terms surrounded by %, will also appear in the custom structure field and your path can be further modified there.') . '

' . '

' . __('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 %category% or %tag%.') . '

' . '

' . __('Note that permalinks beginning with structure tags calling Category, Tag, Author, or Postname require more advanced server resources. Double-check your hosting details to make sure those are in place or start your permalinks with other structure tags.') . '

' . - '

' . __('The Optional fields lets you have add a base name that will appear in archive URLs intead of “category” or “tag.” For example, the page listing all posts in the category “uncategorized” could be /topics/uncategorized instead of /category/uncategorized.') . '

' . + '

' . __('The Optional fields let you have a base name that will appear in archive URLs instead of “category” or “tag.” For example, the page listing all posts in the category “uncategorized” could be /topics/uncategorized instead of /category/uncategorized.') . '

' . '

' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '

' . '

' . __('For more information:') . '

' . '

' . __('Permalinks Settings Documentation') . '

' .