Opened 5 years ago
Closed 5 years ago
#49076 closed defect (bug) (fixed)
get_comment_author_url() missing inline doc description for Code Reference
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.4 | Priority: | normal |
Severity: | minor | Version: | |
Component: | Comments | Keywords: | has-patch |
Focuses: | docs | Cc: |
Description
The Code Reference page is missing the description field , which the Codex page has. The DevHub (Code Reference) description field came from inline docs of source code header.
Code Reference : get_comment_author_url()
https://developer.wordpress.org/reference/functions/get_comment_author_url/
Codex : get_comment_author_url()
https://codex.wordpress.org/Function_Reference/get_comment_author_url
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Hi there, welcome back to WordPress Trac! Thanks for the patch.
The "must be within The Loop, or a comment loop" piece is probably not particularly relevant to the specific function, as it applies to other comments template functions as well. The rest looks good, though could perhaps be incorporated into the existing description and
@return
tag to avoid repetition.