diff --git a/wp-admin/custom-background.php b/wp-admin/custom-background.php index 9626c291a0..a2dcfa8964 100644 --- a/wp-admin/custom-background.php +++ b/wp-admin/custom-background.php @@ -97,8 +97,8 @@ class Custom_Background { get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . - '

' . __( 'Documentation on Custom Background' ) . '

' . - '

' . __( 'Support Forums' ) . '

' + '

' . __( 'Documentation on Custom Background' ) . '

' . + '

' . __( 'Support Forums' ) . '

' ); wp_enqueue_media(); diff --git a/wp-admin/custom-header.php b/wp-admin/custom-header.php index c339498c11..9822c9ba84 100644 --- a/wp-admin/custom-header.php +++ b/wp-admin/custom-header.php @@ -124,8 +124,8 @@ class Custom_Image_Header { get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . - '

' . __( 'Documentation on Custom Header' ) . '

' . - '

' . __( 'Support Forums' ) . '

' + '

' . __( 'Documentation on Custom Header' ) . '

' . + '

' . __( 'Support Forums' ) . '

' ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index 214da9b5a1..59449b3e4c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38718'; +$wp_version = '4.7-alpha-38719'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.