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

' );