mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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',
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user