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
This commit is contained in:
parent
218162803e
commit
9448313544
@ -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',
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user