From 3825e94d43973dca84eb43e38f18df05d6ac5c07 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Thu, 21 Feb 2019 04:35:50 +0000 Subject: [PATCH] Upgrades: Update `$_old_files` for WordPress 5.1. `wp-includes/random_compat/random_bytes_openssl.php` was removed in [43130], this commit updates `$_old_files` to match. Fixes #46284. Built from https://develop.svn.wordpress.org/trunk@44760 git-svn-id: http://core.svn.wordpress.org/trunk@44592 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/update-core.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-admin/includes/update-core.php b/wp-admin/includes/update-core.php index c640332c29..b0b86166ad 100644 --- a/wp-admin/includes/update-core.php +++ b/wp-admin/includes/update-core.php @@ -783,6 +783,7 @@ $_old_files = array( // 5.0 'wp-includes/js/codemirror/jshint.js', // 5.1 + 'wp-includes/random_compat/random_bytes_openssl.php', 'wp-includes/js/tinymce/wp-tinymce.js.gz', ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 61e45cd719..33a11ea2ba 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-alpha-44759'; +$wp_version = '5.2-alpha-44760'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.