From 8ce5e19a65a09b75ada99a1ee840208095ebf6a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helen=20Hou-Sand=C3=AD?= Date: Wed, 14 Oct 2020 20:27:09 +0000 Subject: [PATCH] Updates: Reduce secondary buttons for less visual complexity. Props audrasjb, karmatosed. Fixes #51523. Built from https://develop.svn.wordpress.org/trunk@49150 git-svn-id: http://core.svn.wordpress.org/trunk@48912 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/update-core.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php index 6a871671ee..fcae12eaa0 100644 --- a/wp-admin/update-core.php +++ b/wp-admin/update-core.php @@ -885,7 +885,7 @@ if ( 'upgrade-core' === $action ) { echo '

'; /* translators: 1: Date, 2: Time. */ printf( __( 'Last checked on %1$s at %2$s.' ), date_i18n( __( 'F j, Y' ), $last_update_check ), date_i18n( __( 'g:i a' ), $last_update_check ) ); - echo '   ' . __( 'Check Again' ) . ''; + echo ' ' . __( 'Check Again' ) . ''; echo '

'; if ( current_user_can( 'update_core' ) ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index eff91efdc8..33dca1e62d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-49149'; +$wp_version = '5.6-alpha-49150'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.