#50248 closed defect (bug) (invalid)
post_comments_feed_link() missing Return inline doc
| Reported by: | stevenlinx | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Comments | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | docs |
Description
The return section need to be migrated from Codex.
post_comments_feed_link() | Codex
https://codex.wordpress.org/Function_Reference/post_comments_feed_link
post_comments_feed_link() | DevHub
https://developer.wordpress.org/reference/functions/post_comments_feed_link/
Attachments (1)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hi there, thanks for the patch!
post_comments_feed_link()echoes for value ofget_post_comments_feed_link(), and does not return it.get_post_comments_feed_link()already has a @return value, so the existing documentation is correct.