Changeset 61435 for trunk/src/wp-includes/class-wp-http.php
- Timestamp:
- 01/05/2026 05:56:34 AM (7 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-http.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http.php
r60652 r61435 693 693 return array( 694 694 'headers' => $response[0], 695 'body' => isset( $response[1] ) ? $response[1] :'',695 'body' => $response[1] ?? '', 696 696 ); 697 697 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)