Changeset 56352 for trunk/src/wp-includes/http.php
- Timestamp:
- 08/03/2023 12:08:30 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/http.php
r55990 r56352 355 355 $cookie = wp_remote_retrieve_cookie( $response, $name ); 356 356 357 if ( ! is_a( $cookie, 'WP_Http_Cookie') ) {357 if ( ! ( $cookie instanceof WP_Http_Cookie ) ) { 358 358 return ''; 359 359 }
Note: See TracChangeset
for help on using the changeset viewer.