From 068664013acc5b27f7a7c8c02ac45af48df4f89a Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 4 Jun 2012 14:13:20 +0000 Subject: [PATCH] Update custom header help text to reflect recent UI changes. Props SergeyBiryukov, rasheed. fixes #20827 git-svn-id: https://develop.svn.wordpress.org/trunk@20981 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/custom-header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/custom-header.php b/wp-admin/custom-header.php index 3ccc488aff..feffd1f417 100644 --- a/wp-admin/custom-header.php +++ b/wp-admin/custom-header.php @@ -116,7 +116,7 @@ class Custom_Image_Header { 'id' => 'set-header-image', 'title' => __('Header Image'), 'content' => - '

' . __( '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. Alternatively, you can use an image that has already been uploaded to your Media Library by clicking the “Choose from image library” link.' ) . '

' . + '

' . __( '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. Alternatively, you can use an image that has already been uploaded to your Media Library by clicking the “Choose Image” button.' ) . '

' . '

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

' . '

' . __( 'If your theme has more than one default header image, or you have uploaded more than one custom header image, you have the option of having WordPress display a randomly different image on each page of your site. Click the “Random” radio button next to the Uploaded Images or Default Images section to enable this feature.') . '

' . '

' . __( 'If you don’t want a header image to be displayed on your site at all, click the “Remove Header Image” button at the bottom of the Header Image section of this page. If you want to re-enable the header image later, you just have to select one of the other image options and click “Save Changes”.') . '

'