Opened 3 years ago
Closed 3 years ago
#59145 closed defect (bug) (fixed)
Revert the last instance of str_starts_with() in update-core.php
| Reported by: | azaozz | Owned by: | azaozz |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.3.1 |
| Component: | General | Version: | 6.3 |
| Severity: | normal | Keywords: | has-patch fixed-major dev-reviewed commit |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch is at: https://github.com/WordPress/wordpress-develop/pull/5034.