Make WordPress Core

Opened 10 years ago

Closed 9 years ago

Last modified 7 years ago

#26560 closed defect (bug) (wontfix)

Remove title attributes: rss.php

Reported by: joedolson's profile joedolson Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Feeds Keywords: has-patch, needs-testing, dev-feedback, title-attribute
Focuses: accessibility, docs Cc:

Description (last modified by SergeyBiryukov)

Related: #24766

// rss.php
wp_rss()
get_rss()

Attachments (2)

26560.diff (1.4 KB) - added by marcomartins 9 years ago.
26560.2.patch (1.7 KB) - added by stevenkword 9 years ago.

Download all attachments as: .zip

Change History (15)

#1 @SergeyBiryukov
10 years ago

  • Description modified (diff)

#2 @joedolson
10 years ago

These both add additional information to the output. Perhaps we should add a filter so that the format of this output can be customized, so the description info can be shown in a more accessible way.

#3 @joedolson
10 years ago

  • Keywords 2nd-opinion added

#4 @nacin
10 years ago

  • Component changed from Accessibility to Feeds
  • Focuses accessibility added

#5 @wonderboymusic
10 years ago

  • Keywords needs-patch added; 2nd-opinion removed
  • Milestone changed from Awaiting Review to Future Release

@marcomartins
9 years ago

#6 @marcomartins
9 years ago

Filter added to wp_rss() and get_rss().

#7 @DrewAPicture
9 years ago

  • Keywords has-patch needs-docs added; needs-patch removed

The filter added in 26560.diff will need hook documentation.

#8 @johnbillion
9 years ago

  • Keywords needs-refresh added; has-patch removed

The default title attribute should also be removed, as per the intent of the ticket.

@stevenkword
9 years ago

#9 @stevenkword
9 years ago

  • Keywords has-patch needs-testing added; needs-docs needs-refresh removed

26560.2.patch refreshes 26560.diff, adds the hook documentation, and removes the title attribute as per the intent of the ticket.

Last edited 9 years ago by stevenkword (previous) (diff)

#10 @stevenkword
9 years ago

  • Focuses docs added
  • Keywords dev-feedback added

This ticket was mentioned in Slack in #accessibility by afercia. View the logs.


9 years ago

#12 @joedolson
9 years ago

  • Milestone Future Release deleted
  • Resolution set to wontfix
  • Status changed from new to closed

RSS.php is a deprecated file; closing, wontfix.

#13 @afercia
7 years ago

  • Keywords title-attribute added
Note: See TracTickets for help on using tickets.