equal
deleted
inserted
replaced
759 $this->ERROR = ""; |
759 $this->ERROR = ""; |
760 $cache_option = 'rss_' . $this->file_name( $url ); |
760 $cache_option = 'rss_' . $this->file_name( $url ); |
761 |
761 |
762 if ( ! $rss = get_transient( $cache_option ) ) { |
762 if ( ! $rss = get_transient( $cache_option ) ) { |
763 $this->debug( |
763 $this->debug( |
764 "Cache doesn't contain: $url (cache option: $cache_option)" |
764 "Cache does not contain: $url (cache option: $cache_option)" |
765 ); |
765 ); |
766 return 0; |
766 return 0; |
767 } |
767 } |
768 |
768 |
769 return $rss; |
769 return $rss; |