diff --git a/wp-admin/about.php b/wp-admin/about.php index c6452e10e1..583bc956a2 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -58,11 +58,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

@@ -111,7 +107,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

Buttons block: now you can align the content in buttons vertically. And you can set the width of a button to a preset percentage.' ); + _e( 'Buttons block: now you can choose a vertical or a horizontal layout. And you can set the width of a button to a preset percentage.' ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index a4b11036d8..fbfe6eca81 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-50493'; +$wp_version = '5.8-alpha-50495'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.