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 9c0df9448b..4bb90ffe82 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-RC2-50497'; +$wp_version = '5.7-RC2-50498'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.