Opened 21 years ago
Closed 21 years ago
#1009 closed enhancement (wontfix)
Optional title in comments_popup_link
| Reported by: | anonymousbugger | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 1.5 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(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.