Opened 22 months ago
Closed 22 months ago
#58215 closed defect (bug) (invalid)
update_core() does not define $required_php_version and $required_mysql_version global variables
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 6.3 |
Component: | Upgrade/Install | Keywords: | close |
Focuses: | Cc: |
Description
I have reviewed the /wp-admin/includes/update-core.php file and found the update_core function used $required_php_version and $required_mysql_version global variables but does not define it in the function.
File Path: trunk/wp-admin/includes/update-core.ph
Function Name: update_core
Attachments (1)
Change History (3)
#2
@
22 months ago
- Component changed from General to Upgrade/Install
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
- Summary changed from Does not defined global variable in the function. to update_core() does not define $required_php_version and $required_mysql_version global variables
Note: See
TracTickets for help on using
tickets.
Hi there! thanks for ticket and patch!
As per https://github.com/WordPress/wordpress-develop/blob/trunk/src/wp-admin/includes/update-core.php#L1109-L1115 we don't need to add those global variables.