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. Merges [44760] to the 5.1 branch. Fixes #46284. Built from https://develop.svn.wordpress.org/branches/5.1@44761 git-svn-id: http://core.svn.wordpress.org/branches/5.1@44593 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5b571e33f1
commit
4bf5cd3f9e
|
@ -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',
|
||||
);
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.1-RC2-44754';
|
||||
$wp_version = '5.1-RC2-44761';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue