From 413fae70e888652cc5581aaf25e7abfc9aa4f51c Mon Sep 17 00:00:00 2001 From: whyisjake Date: Wed, 22 Jul 2020 22:21:03 +0000 Subject: [PATCH] i18n: Merge similar translation strings in wp-admin/options.php WARNING! is now Warning: You have been warned. Fixes #50715. Props: ramiy, audrasjb, ocean90. Built from https://develop.svn.wordpress.org/trunk@48570 git-svn-id: http://core.svn.wordpress.org/trunk@48332 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/options.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/options.php b/wp-admin/options.php index 63f01adbd2..0b4a5e874a 100644 --- a/wp-admin/options.php +++ b/wp-admin/options.php @@ -348,7 +348,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; ?>

-

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 2daf3710a9..d1066f65c9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-beta3-48569'; +$wp_version = '5.5-beta3-48570'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.