Opened 16 months ago
Closed 16 months ago
#59145 closed defect (bug) (fixed)
Revert the last instance of str_starts_with() in update-core.php
Reported by: | azaozz | Owned by: | azaozz |
---|---|---|---|
Milestone: | 6.3.1 | Priority: | normal |
Severity: | normal | Version: | 6.3 |
Component: | General | Keywords: | has-patch fixed-major dev-reviewed commit |
Focuses: | Cc: |
Description
Follow-up to: https://core.trac.wordpress.org/ticket/58206#comment:64 by @frankit.
I might be wrong but I just commented on the github commit that it looks to me that str_starts_with() on line 1429 has been left over.
I'm getting Fatal error: Uncaught Error: Call to undefined function str_starts_with() [...] from that line while trying to update from a wp < 5.7 to latest 6.3
Change History (7)
Note: See
TracTickets for help on using
tickets.
Patch is at: https://github.com/WordPress/wordpress-develop/pull/5034.