Show
Ignore:
Timestamp:
01/09/08 17:48:00 (11 months ago)
Author:
ryan
Message:

phpdoc tuneup from darkdragon. see #5611

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/rss.php

    r6241 r6585  
    11<?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 */ 
    218do_action('load_feed_engine'); 
    319 
    4 /* 
    5  * Project:     MagpieRSS: a simple RSS integration tool 
    6  * File:        A compiled file for RSS syndication 
    7  * Author:      Kellan Elliott-McCrea <kellan@protest.net> 
    8  * Version:     0.51 
    9  * License:     GPL 
    10  */ 
    1120 
    1221define('RSS', 'RSS');