Make WordPress Core


Ignore:
Timestamp:
01/09/2016 01:44:31 AM (10 years ago)
Author:
johnbillion
Message:

Docs: @param fixes for a variety of docblocks.

See #32246

File:
1 edited

Legend:

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

    r36230 r36232  
    623623 *
    624624 * @since 2.8.0
     625 *
     626 * @param string $type Type of feed. Possible values include 'rss', rss2', 'atom', and 'rdf'.
    625627 */
    626628function feed_content_type( $type = '' ) {
     
    643645     *
    644646     * @param string $content_type Content type indicating the type of data that a feed contains.
    645      * @param string $type         Type of feed. Possible values include 'rss2', 'atom'.
    646      *                             Default 'rss2'.
     647     * @param string $type         Type of feed. Possible values include 'rss', rss2', 'atom', and 'rdf'.
    647648     */
    648649    return apply_filters( 'feed_content_type', $content_type, $type );
Note: See TracChangeset for help on using the changeset viewer.