Opened 15 years ago
Closed 15 years ago
#16783 closed enhancement (fixed)
Do not output title attributes with wp_list_pages()
| Reported by: | bergius | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | General | Version: | 3.1 |
| Severity: | minor | Keywords: | has-patch |
| Cc: | Focuses: |
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
@
15 years ago
- Resolution fixed
- Status closed → 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!
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Title attribute removed.