From 26fcee62ea5bff332bc2023ac5ddb866dd551767 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 8 Nov 2012 19:32:49 +0000 Subject: [PATCH] Update help text for color picker in custom header and background screens. Props DrewAPicture fixes #22393 git-svn-id: https://develop.svn.wordpress.org/trunk@22470 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/custom-background.php | 2 +- wp-admin/custom-header.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/custom-background.php b/wp-admin/custom-background.php index eaa08ed019..e8e9f94109 100644 --- a/wp-admin/custom-background.php +++ b/wp-admin/custom-background.php @@ -95,7 +95,7 @@ class Custom_Background { 'content' => '

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

' . + '

' . __( 'You can also choose a background color by clicking the Select Color button and either typing in a legitimate HTML hex value, e.g. “#ff0000” for red, or by choosing a color using the color picker.' ) . '

' . '

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

' ) ); diff --git a/wp-admin/custom-header.php b/wp-admin/custom-header.php index e4daa7ed21..412d4e4141 100644 --- a/wp-admin/custom-header.php +++ b/wp-admin/custom-header.php @@ -130,7 +130,7 @@ class Custom_Image_Header { 'title' => __('Header Text'), 'content' => '

' . sprintf( __( 'For most themes, the header text is your Site Title and Tagline, as defined in the General Settings section.' ), admin_url( 'options-general.php' ) ) . '

' . - '

' . __( 'In the Header Text section of this page, you can choose whether to display this text or hide it. You can also choose a color for the text by typing in a legitimate HTML hex value (eg: “#ff0000” for red) or by clicking “Select a Color” and dialing in a color using the color picker.') . '

' . + '

' . __( 'In the Header Text section of this page, you can choose whether to display this text or hide it. You can also choose a color for the text by clicking the Select Color button and either typing in a legitimate HTML hex value, e.g. “#ff0000” for red, or by choosing a color using the color picker.' ) . '

' . '

' . __( 'Don’t forget to Save Changes when you’re done!') . '

' ) );