wp/wp-includes/rss.php
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
--- 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;
 		}