Changeset 19684 for trunk/wp-includes/rss.php
- Timestamp:
- 01/05/2012 08:10:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/rss.php
r19623 r19684 64 64 trigger_error( "Failed to create an instance of PHP's XML parser. http://www.php.net/manual/en/ref.xml.php"); 65 65 66 67 66 $this->parser = $parser; 68 67 … … 167 166 168 167 $this->incontent = $el; 169 170 168 171 169 } … … 434 432 debug($cache->ERROR, E_USER_WARNING); 435 433 } 436 437 434 438 435 $cache_status = 0; // response of check_cache
Note: See TracChangeset
for help on using the changeset viewer.