Changeset 52978 for trunk/src/wp-includes/rss.php
- Timestamp:
- 03/22/2022 04:23:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rss.php
r49929 r52978 762 762 if ( ! $rss = get_transient( $cache_option ) ) { 763 763 $this->debug( 764 "Cache does n't contain: $url (cache option: $cache_option)"764 "Cache does not contain: $url (cache option: $cache_option)" 765 765 ); 766 766 return 0;
Note: See TracChangeset
for help on using the changeset viewer.