From 22358d62ce377360a88922a81c97a2cc97e718de Mon Sep 17 00:00:00 2001 From: ryelle Date: Thu, 4 Mar 2021 19:10:06 +0000 Subject: [PATCH] Help/About: Clarify two strings. The intro text has been updated for accuracy and to make it easier for translation. The button text has been updated for accuracy. Props jdy68, audrasjb, marybaum, davidbaumwald. See #52347. Built from https://develop.svn.wordpress.org/trunk@50495 git-svn-id: http://core.svn.wordpress.org/trunk@50108 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 8 ++------ wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) 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.