Make WordPress Core


Ignore:
Timestamp:
02/25/2014 05:13:08 PM (11 years ago)
Author:
DrewAPicture
Message:

Remove all @package and @subpackage PHPDoc tags not at the file- or class-levels in core.

See #27200.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/feed.php

    r26903 r27262  
    1717 * are retrieved for use in the feeds.
    1818 *
    19  * @package WordPress
    20  * @subpackage Feed
    2119 * @since 1.5.1
    2220 * @see get_bloginfo() For the list of possible values to display.
     
    4846 * are retrieved for use in the feeds.
    4947 *
    50  * @package WordPress
    51  * @subpackage Feed
    5248 * @since 0.71
    5349 * @see get_bloginfo() For the list of possible values to display.
     
    7571 * 'default_feed' filter.
    7672 *
    77  * @package WordPress
    78  * @subpackage Feed
    7973 * @since 2.5.0
    8074 * @uses apply_filters() Calls 'default_feed' hook on the default feed string.
     
    9892 * Retrieve the blog title for the feed title.
    9993 *
    100  * @package WordPress
    101  * @subpackage Feed
    10294 * @since 2.2.0
    10395 *
     
    124116 * Display the blog title for display of the feed title.
    125117 *
    126  * @package WordPress
    127  * @subpackage Feed
    128118 * @since 2.2.0
    129119 * @see wp_title() $sep parameter usage.
     
    148138 * Retrieve the current post title for the feed.
    149139 *
    150  * @package WordPress
    151  * @subpackage Feed
    152140 * @since 2.0.0
    153141 *
     
    170158 * Display the post title in the feed.
    171159 *
    172  * @package WordPress
    173  * @subpackage Feed
    174160 * @since 0.71
    175161 * @uses get_the_title_rss() Used to retrieve current post title.
     
    182168 * Retrieve the post content for feeds.
    183169 *
    184  * @package WordPress
    185  * @subpackage Feed
    186170 * @since 2.9.0
    187171 * @see get_the_content()
     
    212196 * Display the post content for feeds.
    213197 *
    214  * @package WordPress
    215  * @subpackage Feed
    216198 * @since 2.9.0
    217199 * @uses apply_filters() Calls 'the_content_feed' on the content before processing.
     
    227209 * Display the post excerpt for the feed.
    228210 *
    229  * @package WordPress
    230  * @subpackage Feed
    231211 * @since 0.71
    232212 */
     
    246226 * Display the permalink to the post for use in feeds.
    247227 *
    248  * @package WordPress
    249  * @subpackage Feed
    250228 * @since 2.3.0
    251229 */
     
    282260 * Display the feed GUID for the current comment.
    283261 *
    284  * @package WordPress
    285  * @subpackage Feed
    286262 * @since 2.5.0
    287263 *
     
    295271 * Retrieve the feed GUID for the current comment.
    296272 *
    297  * @package WordPress
    298  * @subpackage Feed
    299273 * @since 2.5.0
    300274 *
     
    332306 * Retrieve the current comment author for use in the feeds.
    333307 *
    334  * @package WordPress
    335  * @subpackage Feed
    336308 * @since 2.0.0
    337309 * @uses get_comment_author()
     
    355327 * Display the current comment author in the feed.
    356328 *
    357  * @package WordPress
    358  * @subpackage Feed
    359329 * @since 1.0.0
    360330 */
     
    366336 * Display the current comment content for use in the feeds.
    367337 *
    368  * @package WordPress
    369  * @subpackage Feed
    370338 * @since 1.0.0
    371339 * @uses get_comment_text()
     
    391359 * RSS2, Atom, or RSS1 and RSS0.91 RDF feeds.
    392360 *
    393  * @package WordPress
    394  * @subpackage Feed
    395361 * @since 2.1.0
    396362 *
     
    445411 * Display the post categories in the feed.
    446412 *
    447  * @package WordPress
    448  * @subpackage Feed
    449413 * @since 0.71
    450414 * @see get_the_category_rss() For better explanation.
     
    461425 * The two possible values are either 'xhtml' or 'html'.
    462426 *
    463  * @package WordPress
    464  * @subpackage Feed
    465427 * @since 2.2.0
    466428 */
     
    486448 * attributes.
    487449 *
    488  * @package WordPress
    489  * @subpackage Template
    490450 * @since 1.5.0
    491451 * @uses get_post_custom() To get the current post enclosure metadata.
     
    528488 * enclosure(s) consist of link HTML tag(s) with a URI and other attributes.
    529489 *
    530  * @package WordPress
    531  * @subpackage Template
    532490 * @since 2.2.0
    533491 * @uses get_post_custom() To get the current post enclosure metadata.
     
    566524 * @link http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rfc.section.3.1
    567525 *
    568  * @package WordPress
    569  * @subpackage Feed
    570526 * @since 2.5.0
    571527 *
     
    604560 * Generate a correct link for the atom:self element.
    605561 *
    606  * @package WordPress
    607  * @subpackage Feed
    608562 * @since 2.5.0
    609563 */
     
    626580 * Return the content type for specified feed type.
    627581 *
    628  * @package WordPress
    629  * @subpackage Feed
    630582 * @since 2.8.0
    631583 */
Note: See TracChangeset for help on using the changeset viewer.