From 51ee349942f63e15b3f08f07f2a4cf20553e7714 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 27 May 2019 03:03:52 +0000 Subject: [PATCH] Docs: Add a comment about the reinstated `wp-admin/options-privacy.php`. See #43895. Built from https://develop.svn.wordpress.org/trunk@45454 git-svn-id: http://core.svn.wordpress.org/trunk@45265 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/update-core.php | 2 ++ wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-admin/includes/update-core.php b/wp-admin/includes/update-core.php index 61d642dacc..5742b48074 100644 --- a/wp-admin/includes/update-core.php +++ b/wp-admin/includes/update-core.php @@ -536,6 +536,8 @@ $_old_files = array( 'wp-admin/images/screenshots/twitter-embed-1.png', 'wp-admin/images/screenshots/twitter-embed-2.png', 'wp-admin/js/utils.js', + // Added back in 5.3 [45448], see #43895 + // 'wp-admin/options-privacy.php', 'wp-app.php', 'wp-includes/class-wp-atom-server.php', 'wp-includes/js/tinymce/themes/advanced/skins/wp_theme/ui.css', diff --git a/wp-includes/version.php b/wp-includes/version.php index b6f9abfd5a..11a248bfc9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45453'; +$wp_version = '5.3-alpha-45454'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.