Opened 7 years ago
Closed 7 years ago
#47862 closed defect (bug) (fixed)
PHPDoc correction for get_post_type_archive_feed_link in wp-includes/link-template.php
| Reported by: | atachibana | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.3 |
| Component: | Posts, Post Types | Version: | |
| Severity: | minor | Keywords: | has-patch |
| Cc: | Focuses: | docs |
Description
Enhanced missing information of Codex for get_post_type_archive_feed_link in wp-includes/link-template.php
- $feed parameter: Add 'If $feed is empty, the result of get_default_feed() is used (the default feed is 'rss2', unless it is changed via the default_feed filter). '
Codex: https://codex.wordpress.org/Function_Reference/get_post_type_archive_feed_link
Code Reference: https://developer.wordpress.org/reference/functions/get_post_type_archive_feed_link/
This is the action of inline docs and Codex migration initiatives.
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 45781: