[wp-trac] [WordPress Trac] #57989: 6.2 broken "Requests" due to private methods - useless extends
WordPress Trac
noreply at wordpress.org
Mon Mar 27 11:49:29 UTC 2023
#57989: 6.2 broken "Requests" due to private methods - useless extends
--------------------------+-----------------------------
Reporter: kkmuffme | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: trunk
Severity: blocker | Keywords:
Focuses: |
--------------------------+-----------------------------
Since the change of "Requests" to namespace in 6.2 the old Requests is not
working at all anymore.
There is an "extends" there in code, however the constructor,... is all
private, so it's not available in the extended (old/deprecated) class.
The method would have to be changed to protected for the "extends" to make
any sense
--
Ticket URL: <https://core.trac.wordpress.org/ticket/57989>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list