Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #62354, comment 5


Ignore:
Timestamp:
11/09/2024 12:34:43 AM (6 months ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62354, comment 5

    initial v1  
    11After [https://wordpress.slack.com/archives/C07BTF54N68/p1731111748627109?thread_ts=1731111104.510989&cid=C07BTF54N68 chatting] with @peterwilsoncc moving to 6.7 for consideration.
    22
    3 An alternative (perhaps a bit safer?) patch would be to hard-code this directly in `fetch_feed()`. Replace `$feed->set_output_encoding( get_option( 'blog_charset' ) );` with:
     3An alternative (perhaps a bit safer?) patch would be to hard-code this [https://core.trac.wordpress.org/browser/trunk/src/wp-includes/feed.php?rev=59241&marks=845#L845 directly] in `fetch_feed()`. Replace `$feed->set_output_encoding( get_option( 'blog_charset' ) );` with:
    44
    55{{{