Make WordPress Core


Ignore:
Timestamp:
08/11/2019 05:20:51 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve documentation for various feed link functions and filters.

Props atachibana, SergeyBiryukov.
Fixes #47862.

File:
1 edited

Legend:

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

    r45735 r45781  
    399399 *     @type string       $feed_image    If not empty, show a link to the author's feed and use this image URL as
    400400 *                                       clickable anchor. Default empty.
    401  *     @type string       $feed_type     The feed type to link to, such as 'rss2'. Defaults to default feed type.
     401 *     @type string       $feed_type     The feed type to link to. Possible values include 'rss2', 'atom'.
     402 *                                       Default is the value of get_default_feed().
    402403 *     @type bool         $echo          Whether to output the result or instead return it. Default true.
    403404 *     @type string       $style         If 'list', each author is wrapped in an `<li>` element, otherwise the authors
Note: See TracChangeset for help on using the changeset viewer.