Changeset 53518 for trunk/src/wp-includes/class-http.php
- Timestamp:
- 06/17/2022 11:18:37 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r52026 r53518 9 9 */ 10 10 11 _deprecated_file( basename( __FILE__ ), '5.9.0', 'wp-includes/class-wp-http.php' );11 _deprecated_file( basename( __FILE__ ), '5.9.0', WPINC . '/class-wp-http.php' ); 12 12 13 13 /** WP_Http class */ 14 require_once ABSPATH . 'wp-includes/class-wp-http.php';14 require_once ABSPATH . WPINC . '/class-wp-http.php';
Note: See TracChangeset
for help on using the changeset viewer.