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