Changeset 25616 for trunk/src/wp-includes/feed.php
- Timestamp:
- 09/25/2013 12:17:40 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/feed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed.php
r24997 r25616 528 528 */ 529 529 function fetch_feed( $url ) { 530 require_once ( ABSPATH . WPINC . '/class-feed.php' );530 require_once( ABSPATH . WPINC . '/class-feed.php' ); 531 531 532 532 $feed = new SimplePie();
Note: See TracChangeset
for help on using the changeset viewer.