Opened 6 years ago
Closed 6 years ago
#49474 closed defect (bug) (fixed)
Add missing quote to @see hook reference in function DocBlock
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.4 | Priority: | lowest |
| Severity: | trivial | Version: | 4.6 |
| Component: | Comments | Keywords: | has-patch |
| Focuses: | docs | Cc: |
Description
In the DocBlock for wp_transition_comment_status(), the opening single-quote is missing from a @see reference to a hook:
Current:
{@see comment_$old_status_to_$new_status'}
Should be:
{@see 'comment_$old_status_to_$new_status'}
The Code Reference corrects for this, but ideally shouldn't have to.
I've checked and this is the only current instance of this sort of thing.
Patch attached.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Patch mentioned in ticket.