Make WordPress Core

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


Ignore:
Timestamp:
12/16/2022 05:39:09 PM (2 years ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57341, comment 9

    initial v1  
    1 > Add a wp-includes/Requests/library/Requests.php file with the only content in that file being include_once ABSPATH . WPINC . '/class-requests.php';
     1> Add a `wp-includes/Requests/library/Requests.php` file with the only content in that file being `include_once ABSPATH . WPINC . '/class-requests.php';`
    22
    33[https://github.com/WordPress/wordpress-develop/pull/3776 PR 3776] implements this suggestion and includes a PHPUnit test. The PR has two commits: One to show the issue, and one to show the change resolving it.