From b0f3221f93d42823347f2fea4f072f4c95971a54 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 7 Jun 2010 16:29:52 +0000 Subject: [PATCH] Typo fix. Props zeo, dougwrites. fixes #13734 git-svn-id: https://develop.svn.wordpress.org/trunk@15159 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 f94fa3ae38..e75b221c4f 100644 --- a/wp-admin/custom-header.php +++ b/wp-admin/custom-header.php @@ -91,7 +91,7 @@ class Custom_Image_Header { 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.' ) . '

' . + '

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

' . '

' . __( 'Support Forums' ) . '

' );