summaryrefslogtreecommitdiffstats
path: root/wp-includes/Requests/library/Requests.php
blob: 9e42db596b8c94f2cb5f83c39391df8c4b593c89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/**
 * Loads the old Requests class file when the autoloader
 * references the original PSR-0 Requests class.
 *
 * @deprecated 6.2.0
 * @package WordPress
 * @subpackage Requests
 * @since 6.2.0
 */

include_once ABSPATH . WPINC . '/class-requests.php';