Opened 20 years ago
Closed 19 years ago
#1009 closed enhancement (wontfix)
Optional title in comments_popup_link
Reported by: | anonymousbugger | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.5 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
The comments_popup_link function in wp-includes/comments-functions.php does not currently permit to submit a title tag for the hyperlink; it is assumed that the text of the hyperlink will be self-explanatory. But some templates (see http://www.somefoolwitha.com/) use uninformative titles, and need a title tag. Could this be added as a last argument to the function?
Patch attached.
Attachments (2)
Change History (4)
Note: See
TracTickets for help on using
tickets.
(I created the bug report, but was not logued).
There patch contains an error, the $title argument of the function must be passed with a default value of . I uploaded a corrected version.