Changeset 6585 for trunk/wp-includes/rss.php
- Timestamp:
- 01/09/08 17:48:00 (11 months ago)
- Files:
-
- trunk/wp-includes/rss.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/rss.php
r6241 r6585 1 1 <?php 2 /** 3 * MagpieRSS: a simple RSS integration tool 4 * 5 * A compiled file for RSS syndication 6 * 7 * @author Kellan Elliott-McCrea <kellan@protest.net> 8 * @version 0.51 9 * @license GPL 10 * 11 * @package External 12 * @subpackage MagpieRSS 13 */ 14 15 /* 16 * Hook to use another RSS object instead of MagpieRSS 17 */ 2 18 do_action('load_feed_engine'); 3 19 4 /*5 * Project: MagpieRSS: a simple RSS integration tool6 * File: A compiled file for RSS syndication7 * Author: Kellan Elliott-McCrea <kellan@protest.net>8 * Version: 0.519 * License: GPL10 */11 20 12 21 define('RSS', 'RSS');
