Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #57341, comment 4


Ignore:
Timestamp:
12/16/2022 04:45:46 PM (2 years ago)
Author:
jrf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57341, comment 4

    initial v1  
    11Oh... just thinking.. what ''may'' be an elegant way to solve this, preventing the fatal, but still putting the onus of upgrading their code on plugin developers:
    22
    3 > Add a `wp-includes/Requests/library/Requests.php` file with the only content in that file being `include_once ABSPATH . WPINC . '/class-requests.php`.
     3> Add a `wp-includes/Requests/library/Requests.php` file with the only content in that file being `include_once ABSPATH . WPINC . '/class-requests.php';`.