diff --git a/wp-admin/custom-background.php b/wp-admin/custom-background.php index 15840b201..85cd26ff1 100644 --- a/wp-admin/custom-background.php +++ b/wp-admin/custom-background.php @@ -80,10 +80,10 @@ class Custom_Background { * @since 3.0.0 */ function admin_load() { - add_contextual_help( $this->page, '

' . __( 'You can customize the look of your site without touching any of your theme’s code by using a custom background. Your background can be an image or a color. ' ) . '

' . - '

' . __( 'To use a background image, simply upload it, then choose your display options below. You can display a single instance of your image, or tile it to fill the screen. You can have your background fixed in place, so your site content moves on top of it, or you can have it scroll with your site. ' ) . '

' . - '

' . __( 'You can also choose a background color. If you know the hexadecimal code for the color you want, enter it in the Color field. If not, click on the Select a Color link, and a color picker will allow you to choose the exact shade you want. ' ) . '

' . - '

' . __( 'Don’t forget to click on the Save Changes button when you are finished. ' ) . '

' . + add_contextual_help( $this->page, '

' . __( 'You can customize the look of your site without touching any of your theme’s code by using a custom background. Your background can be an image or a color.' ) . '

' . + '

' . __( 'To use a background image, simply upload it, then choose your display options below. You can display a single instance of your image, or tile it to fill the screen. You can have your background fixed in place, so your site content moves on top of it, or you can have it scroll with your site.' ) . '

' . + '

' . __( 'You can also choose a background color. If you know the hexadecimal code for the color you want, enter it in the Color field. If not, click on the Select a Color link, and a color picker will allow you to choose the exact shade you want.' ) . '

' . + '

' . __( 'Don’t forget to click on the Save Changes button when you are finished.' ) . '

' . '

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

' . '

' . __( 'Documentation' ) . '

' . '

' . __( 'Support Forums' ) . '

' ); diff --git a/wp-admin/custom-header.php b/wp-admin/custom-header.php index 97f7ae095..84e6eb890 100644 --- a/wp-admin/custom-header.php +++ b/wp-admin/custom-header.php @@ -89,9 +89,9 @@ class Custom_Image_Header { * @since 3.0.0 */ function help() { - add_contextual_help( $this->page, '

' . __( 'You can set a custom image header for your site. Simply upload the image and crop it, and the new header will go live immediately. ' ) . '

' . - '

' . __( 'If you want to discard your custom header and go back to the default included in your theme, click on the buttons to remove the custom image and restore the original header image. ' ) . '

' . - '

' . __( 'Some themes comes with additional header images bundled. If you see multiple images displayed, select the one you’d like and click the Save Changes button. ' ) . '

' . + add_contextual_help( $this->page, '

' . __( 'You can set a custom image header for your site. Simply upload the image and crop it, and the new header will go live immediately.' ) . '

' . + '

' . __( 'If you want to discard your custom header and go back to the default included in your theme, click on the buttons to remove the custom image and restore the original header image.' ) . '

' . + '

' . __( 'Some themes comes with additional header images bundled. If you see multiple images displayed, select the one you’d like and click the Save Changes button.' ) . '

' . '

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

' . '

' . __( 'Documentation' ) . '

' . '

' . __( 'Support Forums' ) . '

' ); diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index 1e5879003..08ae67d75 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -108,7 +108,7 @@ else add_contextual_help( $current_screen, '

' . __('You can manage comments made on your site similar to the way you manage Posts and other content. This screen is customizable in the same ways as other management screens, and you can act on comments using the on-hover action links or the Bulk Actions.') . '

' . '

' . __('A yellow row means the comment is waiting for you to moderate it.') . '

' . '

' . __('In the Author column, in addition to the author’s name, email address, and blog URL, the commenter’s IP address is shown. Clicking on this link will show you all the comments made from this IP address.') . '

' . - '

' . __('In the Comment column, above each comment it says "Submitted on," followed by the date and time the comment was left on your site. Clicking on the date/time link will take you to that comment on your live site. ') . '

' . + '

' . __('In the Comment column, above each comment it says "Submitted on," followed by the date and time the comment was left on your site. Clicking on the date/time link will take you to that comment on your live site.') . '

' . '

' . __('In the In Response To column, there are three elements. The text is the name of the post that inspired the comment, and links to the post editor for that entry. The "#" permalink symbol below leads to that post on your live site. The small bubble with the number in it shows how many comments that post has received. If the bubble is gray, you have moderated all comments for that post. If it is blue, there are pending comments. Clicking the bubble will filter the comments screen to show only comments on that post.') . '

' . '

' . __('Many people take advantage of keyboard shortcuts to moderate their comments more quickly. Use the link below to learn more.') . '

' . '

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

' . diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index 624a4a936..001ec387a 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -174,7 +174,7 @@ if ( 'post' == $post_type ) { '

' . __('Featured Image - This allows you to associate an image with your post without inserting it. This is usually useful only if your theme makes use of the featured image as a post thumbnail on the home page, a custom header, etc.') . '

' . '

' . __('Send Trackbacks - Trackbacks are a way to notify legacy blog systems that you’ve linked to them. Enter the URL(s) you want to send trackbacks. If you link to other WordPress sites they’ll be notified automatically using pingbacks, and this field is unnecessary.') . '

' . '

' . __('Discussion - You can turn comments and pings on or off, and if there are comments on the post, you can see them here and moderate them.') . '

' . - '

' . sprintf(__('You can also create posts with the Press This bookmarklet.'), 'tools.php') . '

' . + '

' . sprintf(__('You can also create posts with the Press This bookmarklet.'), 'options-writing.php') . '

' . '

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

' . '

' . __('Writing Posts Documentation') . '

' . '

' . __('Support Forums') . '

' diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php index 8adc11db9..5c83fc14e 100644 --- a/wp-admin/edit-tags.php +++ b/wp-admin/edit-tags.php @@ -180,7 +180,7 @@ if ( 'category' == $taxonomy || 'post_tag' == $taxonomy ) { $help .= '