diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php index 5cf2249918..61527bfc82 100644 --- a/wp-admin/update-core.php +++ b/wp-admin/update-core.php @@ -641,7 +641,7 @@ if ( 'upgrade-core' == $action ) { } echo '

'; - /* translators: %1 date, %2 time. */ + /* 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 '

'; diff --git a/wp-includes/version.php b/wp-includes/version.php index 5f8ab9be8d..888a7149ed 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43089'; +$wp_version = '5.0-alpha-43090'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.