Opened 14 years ago
Closed 13 years ago
#16783 closed enhancement (fixed)
Do not output title attributes with wp_list_pages()
Reported by: | bergius | Owned by: | ryan |
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | minor | Version: | 3.1 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
Standard output from wp_list_pages() is this:
<a href="/page/" title="Page">Page</a>
The title attribute is superfluous when it's exactly the same as the page title. Will be read like "Page – Page" with a screen reader.
Can't see any reason why Wordpress should output this.
Attachments (1)
Change History (10)
#2
@
14 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Thanks for providing a patch.
But please keep in mind, that nothing is fixed until any changes have been committed that resolve this issue for the reporting parties.
So please don't close a ticket only because a patch was provided. That's important that things will get really fixed then. Thanks!
Note: See
TracTickets for help on using
tickets.
Title attribute removed.