summaryrefslogtreecommitdiffstats
path: root/wp-includes/Requests/library
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/Requests/library')
-rw-r--r--wp-includes/Requests/library/Requests.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/wp-includes/Requests/library/Requests.php b/wp-includes/Requests/library/Requests.php
new file mode 100644
index 0000000..9e42db5
--- /dev/null
+++ b/wp-includes/Requests/library/Requests.php
@@ -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';