Make WordPress Core


Ignore:
Timestamp:
09/16/2025 10:45:37 PM (2 months ago)
Author:
SergeyBiryukov
Message:

External Libraries: Update the SimplePie library to version 1.9.0.

References:

Follow-up to [59141], [60490].

Props swissspidy, TobiasBg, SergeyBiryukov.
Fixes #63961.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-simplepie-file.php

    r59141 r60771  
    7676                $this->headers = wp_remote_retrieve_headers( $res );
    7777
     78                if ( $this->headers instanceof \WpOrg\Requests\Utility\CaseInsensitiveDictionary ) {
     79                    $this->headers = $this->headers->getAll();
     80                }
     81
    7882                /*
    7983                 * SimplePie expects multiple headers to be stored as a comma-separated string,
Note: See TracChangeset for help on using the changeset viewer.