mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Improve documentation for various feed link functions and filters.
Props atachibana, SergeyBiryukov. Fixes #47862. git-svn-id: https://develop.svn.wordpress.org/trunk@45781 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -398,7 +398,8 @@ function get_author_posts_url( $author_id, $author_nicename = '' ) {
|
||||
* parameter of the link. Default empty.
|
||||
* @type string $feed_image If not empty, show a link to the author's feed and use this image URL as
|
||||
* clickable anchor. Default empty.
|
||||
* @type string $feed_type The feed type to link to, such as 'rss2'. Defaults to default feed type.
|
||||
* @type string $feed_type The feed type to link to. Possible values include 'rss2', 'atom'.
|
||||
* Default is the value of get_default_feed().
|
||||
* @type bool $echo Whether to output the result or instead return it. Default true.
|
||||
* @type string $style If 'list', each author is wrapped in an `<li>` element, otherwise the authors
|
||||
* will be separated by commas.
|
||||
|
||||
Reference in New Issue
Block a user