edit pages
This commit is contained in:
12
old/wp-includes/Requests/library/Requests.php
Normal file
12
old/wp-includes/Requests/library/Requests.php
Normal file
@ -0,0 +1,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';
|
Reference in New Issue
Block a user