Changeset 59383
- Timestamp:
- 11/11/2024 05:53:40 PM (12 months ago)
- Location:
- branches/6.7
- Files:
-
- 2 edited
- 1 copied
-
. (modified) (1 prop)
-
src/wp-includes/feed.php (modified) (1 diff)
-
tests/phpunit/tests/feed/fetchFeed.php (copied) (copied from trunk/tests/phpunit/tests/feed/fetchFeed.php)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.7
-
branches/6.7/src/wp-includes/feed.php
r59241 r59383 843 843 844 844 $feed->init(); 845 $feed->set_output_encoding( get_ option( 'blog_charset' ) );845 $feed->set_output_encoding( get_bloginfo( 'charset' ) ); 846 846 847 847 if ( $feed->error() ) {
Note: See TracChangeset
for help on using the changeset viewer.