Changeset 13725 for trunk/wp-includes/rss.php
- Timestamp:
- 03/17/2010 04:39:50 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/rss.php
r13240 r13725 68 68 69 69 # pass in parser, and a reference to this object 70 # set up handlers70 # set up handlers 71 71 # 72 72 xml_set_object( $this->parser, $this ); … … 462 462 // else attempt a conditional get 463 463 464 // set up headers464 // set up headers 465 465 if ( $cache_status == 'STALE' ) { 466 466 $rss = $cache->get( $url ); … … 612 612 613 613 /** 614 * Set up constants with default values, unless user overrides.614 * Set up constants with default values, unless user overrides. 615 615 * 616 616 * @since unknown
Note: See TracChangeset
for help on using the changeset viewer.