Opened 9 years ago
Closed 9 years ago
#36573 closed enhancement (fixed)
Add `$comment` parameter to `get_comment_author_url_link()`
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.6 | Priority: | normal |
Severity: | normal | Version: | 1.5 |
Component: | Comments | Keywords: | has-patch needs-unit-tests |
Focuses: | Cc: |
Description
To use this function (also its related output function) for any specific comment, let's add a $comment parameter.
Related: #36571
Attachments (3)
Change History (7)
#2
@
9 years ago
- Keywords needs-unit-tests added
Minor docs nitpicking: We usually use The xy parameter was added.
instead of The xy argument was added.
.
A parameter is the variable which is part of the method’s signature, whereas an argument is an expression used when calling the method.
Unfortunately it's not used consistently in core (69x parameter, 16x argument).
Note: See
TracTickets for help on using
tickets.
Patch adding the new parameter