diff --git a/wp-admin/custom-background.php b/wp-admin/custom-background.php index 12098d2707..413c564fd0 100644 --- a/wp-admin/custom-background.php +++ b/wp-admin/custom-background.php @@ -85,7 +85,7 @@ class Custom_Background { '

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

' . + '

' . __( 'Documentation on Custom Background' ) . '

' . '

' . __( 'Support Forums' ) . '

' ); wp_enqueue_script('custom-background'); wp_enqueue_style('farbtastic'); diff --git a/wp-admin/custom-header.php b/wp-admin/custom-header.php index 2dcec71b3e..a93b0b7711 100644 --- a/wp-admin/custom-header.php +++ b/wp-admin/custom-header.php @@ -93,7 +93,7 @@ class Custom_Image_Header { '

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

' . + '

' . __( 'Documentation on Custom Header' ) . '

' . '

' . __( 'Support Forums' ) . '

' ); } diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php index 092b54d5fd..4c3a9c4e98 100644 --- a/wp-admin/update-core.php +++ b/wp-admin/update-core.php @@ -384,7 +384,10 @@ $parent_file = 'tools.php'; add_contextual_help($current_screen, '

' . __('This screen lets you update to the latest version of WordPress as well as update your themes and plugins from the WordPress.org repository. When updates are available, the number of available updates will appear in a bubble on the left hand menu as a notification. It is very important to keep your WordPress installation up to date for security reasons, so when you see a number appear, make sure you take the time to update, which is an easy process.') . '

' . '

' . __('Updating your WordPress installation is a simple one-click procedure; just click on the Update button when it says a new version is available.') . '

' . - '

' . __('To upgrade themes or plugins from this screen, use the checkboxes to make your selection and click on the appropriate Update button. Check the box at the top of the Themes or Plugins section to select all and update them all at once.') . '

' + '

' . __('To upgrade themes or plugins from this screen, use the checkboxes to make your selection and click on the appropriate Update button. Check the box at the top of the Themes or Plugins section to select all and update them all at once.') . '

' . + '

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

' . + '

' . __('Documentation on Updating WordPress') . '

' . + '

' . __('Support Forums') . '

' ); if ( 'upgrade-core' == $action ) {