Make WordPress Core

Changeset 44760 for trunk


Ignore:
Timestamp:
02/21/2019 04:34:39 AM (8 years ago)
Author:
pento
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/update-core.php

    r44654 r44760  
    784784        'wp-includes/js/codemirror/jshint.js',
    785785        // 5.1
     786        'wp-includes/random_compat/random_bytes_openssl.php',
    786787        'wp-includes/js/tinymce/wp-tinymce.js.gz',
    787788);
Note: See TracChangeset for help on using the changeset viewer.