#50248 closed defect (bug) (invalid)
post_comments_feed_link() missing Return inline doc
Reported by: | stevenlinx | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Comments | Keywords: | has-patch |
Focuses: | docs | Cc: |
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.
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.