#5314 closed defect (bug) (wontfix)
comments_link ignores parameters
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 2.3.1 |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
The fucntion comments_link in wp-includes/comment-template.php ignores parameters passed to it. The function has no code to make use of the parameters defined in the function and explained at codex.wordpress.org.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Params removed in unused variable cleanup.
Codex has since been updated to reflect this too.