diff --git a/wp-admin/includes/class-custom-image-header.php b/wp-admin/includes/class-custom-image-header.php index c7ff42ab07..074ce53be3 100644 --- a/wp-admin/includes/class-custom-image-header.php +++ b/wp-admin/includes/class-custom-image-header.php @@ -651,21 +651,19 @@ class Custom_Image_Header {

'custom-header', - 'step' => 2, - '_wpnonce-custom-header-upload' => wp_create_nonce( 'custom-header-upload' ), - ), - admin_url( 'themes.php' ) - ) - ); + $modal_update_href = add_query_arg( + array( + 'page' => 'custom-header', + 'step' => 2, + '_wpnonce-custom-header-upload' => wp_create_nonce( 'custom-header-upload' ), + ), + admin_url( 'themes.php' ) + ); ?>


diff --git a/wp-admin/includes/class-wp-comments-list-table.php b/wp-admin/includes/class-wp-comments-list-table.php index d806262a27..6ecccf637b 100644 --- a/wp-admin/includes/class-wp-comments-list-table.php +++ b/wp-admin/includes/class-wp-comments-list-table.php @@ -919,7 +919,7 @@ class WP_Comments_List_Table extends WP_List_Table {
comment_author_email ); ?>
comment_author ); ?>
-
comment_author_url ); ?>
+
comment_author_url ); ?>
comment_approved; ?>
'; + $notice .= '
'; $browser_nag_class = ' has-browser-icon'; } $notice .= "

{$msg}

"; diff --git a/wp-includes/media.php b/wp-includes/media.php index b3204c2799..a0e7ef9c6c 100644 --- a/wp-includes/media.php +++ b/wp-includes/media.php @@ -393,7 +393,7 @@ function get_image_tag( $id, $alt, $title, $align, $size = 'medium' ) { */ $class = apply_filters( 'get_image_tag_class', $class, $id, $align, $size ); - $html = '' . esc_attr( $alt ) . ''; + $html = '' . esc_attr( $alt ) . ''; /** * Filters the HTML content for the image tag. diff --git a/wp-includes/version.php b/wp-includes/version.php index daafcf3f66..5ad3a66826 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52956'; +$wp_version = '6.0-alpha-52957'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-links-opml.php b/wp-links-opml.php index 9739a9a767..ca43c3d43c 100644 --- a/wp-links-opml.php +++ b/wp-links-opml.php @@ -80,7 +80,7 @@ foreach ( (array) $cats as $cat ) : */ $title = apply_filters( 'link_title', $bookmark->link_name ); ?> -" type="link" xmlUrl="link_rss ); ?>" htmlUrl="link_url ); ?>" updated=" link_updated ) { echo $bookmark->link_updated;}