From 44512b0753d7a7e83332ad9546abcb4492682af8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 24 May 2019 01:14:52 +0000 Subject: [PATCH] I18N: Merge two similar "An unexpected error occurred" strings. Props ramiy. Fixes #47035. Built from https://develop.svn.wordpress.org/trunk@45395 git-svn-id: http://core.svn.wordpress.org/trunk@45206 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../customize/class-wp-customize-themes-section.php | 12 +++++++++++- wp-includes/version.php | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/wp-includes/customize/class-wp-customize-themes-section.php b/wp-includes/customize/class-wp-customize-themes-section.php index b112552e23..434feb3f30 100644 --- a/wp-includes/customize/class-wp-customize-themes-section.php +++ b/wp-includes/customize/class-wp-customize-themes-section.php @@ -81,7 +81,17 @@ class WP_Customize_Themes_Section extends WP_Customize_Section { filter_bar_content_template(); ?> filter_drawer_content_template(); ?> - +

diff --git a/wp-includes/version.php b/wp-includes/version.php index b64ee3e61b..f6679fc695 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45394'; +$wp_version = '5.3-alpha-45395'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.