diff -r be944660c56a -r 3d72ae0968f4 wp/wp-includes/rss.php --- a/wp/wp-includes/rss.php Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-includes/rss.php Tue Sep 27 16:37:53 2022 +0200 @@ -761,7 +761,7 @@ if ( ! $rss = get_transient( $cache_option ) ) { $this->debug( - "Cache doesn't contain: $url (cache option: $cache_option)" + "Cache does not contain: $url (cache option: $cache_option)" ); return 0; }