diff --git a/wp-admin/custom-header.php b/wp-admin/custom-header.php index 3318c028c..7b59453af 100644 --- a/wp-admin/custom-header.php +++ b/wp-admin/custom-header.php @@ -126,7 +126,7 @@ class Custom_Image_Header { 'id' => 'set-header-text', 'title' => __('Header Text'), 'content' => - '

' . sprintf( '%1$s %2$s %3$s', __( 'For most themes, the header text is your Site Title and Tagline, as defined in the'), __( 'General Settings' ), __( 'section.' ) ) . '

' . + '

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

' . '

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

' ) );