From 1a110c6f49cdce5cb3e0e62621c5fb1495eab080 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 31 May 2010 05:32:44 +0000 Subject: [PATCH] Better subj-verb agreement and all that jazz. see #13645. git-svn-id: https://develop.svn.wordpress.org/trunk@15071 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/options-permalink.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index 03f9173513..b1825b3afe 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -19,8 +19,8 @@ add_contextual_help($current_screen, '

' . __('This screen provides some common options for your default permalinks URL structure.') . '

' . '

' . __('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 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.') . '

' . + '

' . __('Note that permalinks beginning with the category, tag, author or postname structure tags 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 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 /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') . '

' .