Make WordPress Core

Opened 16 years ago

Closed 10 years ago

Last modified 10 years ago

#6956 closed enhancement (wontfix)

Title for Feed Links: post_comments_feed_link

Reported by: war59312's profile war59312 Owned by:
Milestone: Priority: lowest
Severity: trivial Version: 2.5.1
Component: Feeds Keywords: has-patch
Focuses: template Cc:

Description

Should not all functions that create URLs not include a title?

Sure is more user friendly.

link-template.php line 319 (wp 2.5.1)

Change From:

echo "<a href='$url'>$link_text</a>";

Change To:

echo "<a href='$url' title='Permanent Feed Link'>$link_text</a>";

Attachments (1)

6956.diff (679 bytes) - added by solarissmoke 13 years ago.

Download all attachments as: .zip

Change History (9)

#1 @war59312
16 years ago

  • Severity changed from normal to trivial
  • Type changed from defect to enhancement

#2 @janeforshort
16 years ago

  • Milestone changed from 2.7 to 2.9

#3 @jacobsantos
15 years ago

  • Keywords needs-patch added; title feed rss removed

You know, you are right, they should have a title for links.

#4 @Denis-de-Bernardy
15 years ago

trouble is finding the person who will write a patch... ;-)

#5 @Denis-de-Bernardy
15 years ago

  • Component changed from General to Template
  • Milestone changed from 2.9 to Future Release

@solarissmoke
13 years ago

#6 @solarissmoke
13 years ago

  • Keywords has-patch added; needs-patch removed

#7 @nacin
10 years ago

  • Component changed from Template to Feeds
  • Focuses template added
  • Milestone Future Release deleted
  • Resolution set to wontfix
  • Status changed from new to closed

I'm not sure where "$title" is coming from in this suggestion... Title attributes are generally not useful and we've worked to remove them. Let's not add this one.

This ticket was mentioned in IRC in #wordpress-dev by jazzs3quence. View the logs.


10 years ago

Note: See TracTickets for help on using tickets.