Changeset 51879
- Timestamp:
- 10/01/2021 02:59:31 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-ixr-client.php
r49927 r51879 98 98 } 99 99 100 if ( 200 != wp_remote_retrieve_response_code( $response ) ) {100 if ( 200 !== wp_remote_retrieve_response_code( $response ) ) { 101 101 $this->error = new IXR_Error( -32301, 'transport error - HTTP status code was not 200 (' . wp_remote_retrieve_response_code( $response ) . ')' ); 102 102 return false;
Note: See TracChangeset
for help on using the changeset viewer.