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
This commit is contained in:
Gary Pendergast 2019-02-21 04:35:50 +00:00
parent 6fe48278ea
commit 3825e94d43
2 changed files with 2 additions and 1 deletions

View File

@ -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',
);

View File

@ -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.