Changeset 60771 for trunk/src/wp-includes/class-wp-simplepie-file.php
- Timestamp:
- 09/16/2025 10:45:37 PM (2 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-simplepie-file.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-simplepie-file.php
r59141 r60771 76 76 $this->headers = wp_remote_retrieve_headers( $res ); 77 77 78 if ( $this->headers instanceof \WpOrg\Requests\Utility\CaseInsensitiveDictionary ) { 79 $this->headers = $this->headers->getAll(); 80 } 81 78 82 /* 79 83 * SimplePie expects multiple headers to be stored as a comma-separated string,
Note: See TracChangeset
for help on using the changeset viewer.