Make WordPress Core

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#46284 closed defect (bug) (fixed)

Update $_old_files for WordPress 5.1

Reported by: pento's profile pento Owned by: pento's profile pento
Milestone: 5.1 Priority: normal
Severity: normal Version: 5.1
Component: Upgrade/Install Keywords: has-patch commit
Focuses: Cc:

Description

[43130] updated the Random_Compat library, which removed random_bytes_openssl.php.

$_old_files needs to be updated to reflect this.

Related: #42439.

Attachments (1)

46284.diff (422 bytes) - added by pento 6 years ago.

Download all attachments as: .zip

Change History (4)

@pento
6 years ago

#1 @pento
6 years ago

  • Keywords has-patch commit added

#2 @pento
6 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 44760:

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.

#3 @pento
6 years ago

In 44761:

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.

Note: See TracTickets for help on using tickets.