diff --git a/wp-admin/options-discussion.php b/wp-admin/options-discussion.php index b511f5a291..6270f99f98 100644 --- a/wp-admin/options-discussion.php +++ b/wp-admin/options-discussion.php @@ -16,8 +16,8 @@ $title = __('Discussion Settings'); $parent_file = 'options-general.php'; get_current_screen()->add_help_tab( array( - 'id' => 'options-discussion', - 'title' => __('Discussion Options'), + 'id' => 'overview', + 'title' => __('Overview'), 'content' => '
' . __('This screen provides many options for controlling the management and display of comments and links to your posts/pages. So many, in fact, they won’t all fit here! :) Use the documentation links to get information on what each discussion setting does.') . '
' . '' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '
', ) ); diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php index 29cf3ae517..e2d120b8dc 100644 --- a/wp-admin/options-general.php +++ b/wp-admin/options-general.php @@ -70,8 +70,8 @@ $options_help .= '' . __('UTC means Coordinated Universal Time.') . '
' . '' . __('Remember to click the Save Changes button at the bottom of the screen for new settings to take effect.') . '
'; get_current_screen()->add_help_tab( array( - 'id' => 'options', - 'title' => __('Options'), + 'id' => 'overview', + 'title' => __('Overview'), 'content' => $options_help, ) ); diff --git a/wp-admin/options-media.php b/wp-admin/options-media.php index 7ecfa32488..83eacabed5 100644 --- a/wp-admin/options-media.php +++ b/wp-admin/options-media.php @@ -16,17 +16,22 @@ $title = __('Media Settings'); $parent_file = 'options-general.php'; $media_options_help = '' . __('You can set maximum sizes for images inserted into your written content; you can also insert an image as Full Size.') . '
' . - '' . __('The Embed option allows you embed a video, image, or other media content into your content automatically by typing the URL (of the web page where the file lives) on its own line when you create your content.') . '
'; + '' . __('The Embed option allows you embed a video, image, or other media content into your content automatically by typing the URL (of the web page where the file lives) on its own line when you create your content.'); + +if ( ! empty( $content_width ) ) + $media_options_help .= ' ' . __( 'If you do not set the maximum embed size, it will be automatically sized to fit into your content area.' ); + +$media_options_help .= '
'; if ( ! is_multisite() ) { - $media_options_help .= '' . __('Uploading Options gives you folder and path choices for storing your files in your installation’s directory.') . '
'; + $media_options_help .= '' . __('Uploading Files allows you to choose the folder and path for storing your uploaded files.') . '
'; } $media_options_help .= '' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '
'; get_current_screen()->add_help_tab( array( - 'id' => 'options-media', - 'title' => __('Media Options'), + 'id' => 'overview', + 'title' => __('Overview'), 'content' => $media_options_help, ) ); diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index dd2b494825..96d0f0ddcd 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -16,12 +16,26 @@ $title = __('Permalink Settings'); $parent_file = 'options-general.php'; get_current_screen()->add_help_tab( array( - 'id' => 'options-permalinks', - 'title' => __('Permalink Options'), - 'content' => '' . __('This screen provides some common options for your default permalinks URL structure.') . '
' . + 'id' => 'overview', + 'title' => __('Overview'), + 'content' => '' . __('Permalinks are the permanent URLs to your individual pages and blog posts, as well as your category and tag archives. A permalink is the web address used to link to your content. The URL to each post should be permanent, and never change — hence the name permalink.') . '
' . + '' . __('This screen provides allows you to choose your default permalink structure. You can choose from common settings or create custom URL structures.') . '
' . + '' . __('When making changes, you must click the Save Changes button at the bottom of the screen for the new settings to take effect.') . '
', +) ); + +get_current_screen()->add_help_tab( array( + 'id' => 'common-settings', + 'title' => __('Common Settings'), + 'content' => '' . __('Many people choose to use “pretty permalinks,” URLs that contain useful information such as the post title rather than generic post ID numbers. You can choose from any of the permalink formats under Common Settings, or can craft your own if you select Custom 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%
.') . '
' . __('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.') . '
', +) ); + +get_current_screen()->add_help_tab( array( + 'id' => 'custom-structures', + 'title' => __('Custom Structures'), + 'content' => '' . __('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.') . '
', ) ); @@ -176,7 +190,7 @@ $structures = array( 4 => $prefix . '/%postname%/', ); ?> - +diff --git a/wp-admin/options-privacy.php b/wp-admin/options-privacy.php index 7811d25414..d0d4336e28 100644 --- a/wp-admin/options-privacy.php +++ b/wp-admin/options-privacy.php @@ -16,11 +16,10 @@ $title = __('Privacy Settings'); $parent_file = 'options-general.php'; get_current_screen()->add_help_tab( array( - 'id' => 'options-privacy', - 'title' => __('Privacy Options'), - 'content' => ' |
---|