From 9448313544e5d6db16ac640d552258405e8bc3d8 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Thu, 21 Feb 2019 04:34:39 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@44760 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/update-core.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-admin/includes/update-core.php b/src/wp-admin/includes/update-core.php index c640332c29..b0b86166ad 100644 --- a/src/wp-admin/includes/update-core.php +++ b/src/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', );