Changeset 54891 for trunk/src/wp-includes/class-wp-http.php
- Timestamp:
- 11/29/2022 03:49:49 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http.php
r54663 r54891 582 582 // Transport claims to support request, instantiate it and give it a whirl. 583 583 if ( empty( $transports[ $class ] ) ) { 584 $transports[ $class ] = new $class ;584 $transports[ $class ] = new $class(); 585 585 } 586 586
Note: See TracChangeset
for help on using the changeset viewer.