Changes between Initial Version and Version 1 of Ticket #62354, comment 5
- Timestamp:
- 11/09/2024 12:34:43 AM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62354, comment 5
initial v1 1 1 After [https://wordpress.slack.com/archives/C07BTF54N68/p1731111748627109?thread_ts=1731111104.510989&cid=C07BTF54N68 chatting] with @peterwilsoncc moving to 6.7 for consideration. 2 2 3 An alternative (perhaps a bit safer?) patch would be to hard-code this directlyin `fetch_feed()`. Replace `$feed->set_output_encoding( get_option( 'blog_charset' ) );` with:3 An 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: 4 4 5 5 {{{