From 5950e1504250b4f92d20c30befa494741892db26 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 23 Jul 2020 20:21:07 +0000 Subject: [PATCH] I18N: Merge two "Return to top" strings. Props ramiy, carike, whyisjake. Fixes #50743. Built from https://develop.svn.wordpress.org/trunk@48588 git-svn-id: http://core.svn.wordpress.org/trunk@48350 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-privacy-policy-content.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/class-wp-privacy-policy-content.php b/wp-admin/includes/class-wp-privacy-policy-content.php index c3f6873e1b..676d5b6736 100644 --- a/wp-admin/includes/class-wp-privacy-policy-content.php +++ b/wp-admin/includes/class-wp-privacy-policy-content.php @@ -424,7 +424,7 @@ final class WP_Privacy_Policy_Content { $content .= ''; } - $content .= ' ' . __( 'Return to Top' ) . ''; + $content .= ' ' . __( 'Return to top' ) . ''; $content .= ''; // End of .privacy-text-section. } diff --git a/wp-includes/version.php b/wp-includes/version.php index 41abb4648f..71d5178ef8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-beta3-48587'; +$wp_version = '5.5-beta3-48588'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.