diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index 9563fe37ab..c2589acc1a 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -994,7 +994,7 @@ function wp_dashboard_rss_output( $widget_id ) { * @return bool False on failure. True on success. */ function wp_dashboard_cached_rss_widget( $widget_id, $callback, $check_urls = array() ) { - $loading = '
'; + $loading = ' '; $doing_ajax = wp_doing_ajax(); if ( empty( $check_urls ) ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 2f7782118c..7198290797 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45437'; +$wp_version = '5.3-alpha-45438'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.