Ticket #4812 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

wp_title uses tag slug, not tag name

Reported by: ionfish Assigned to: anonymous
Priority: normal Milestone: 2.3
Component: Template Version: 2.3
Severity: minor Keywords: tags wp_title template slug name
Cc:

Description

When viewing a tag archive page, the wp_title function outputs the tag slug (i.e., "john-doe") rather than the tag name (i.e., "John Doe").

Attachments

patch.txt (477 bytes) - added by ionfish on 08/25/07 10:24:07.

Change History

08/25/07 10:24:07 changed by ionfish

  • attachment patch.txt added.

08/25/07 18:39:25 changed by foolswisdom

  • milestone set to 2.4 (next).

08/26/07 00:15:27 changed by DD32

  • milestone changed from 2.4 (next) to 2.3.

Shouldnt this be going into 2.3? Afterall, we're still fixing bugs.

08/26/07 15:57:53 changed by ionfish

Yes, that's why I submitted it now, since Ryan said "From now on we’re concentrating exclusively on testing and bug fixing."

http://boren.nu/archives/2007/08/24/wordpress-23-release-timeline/

It's also the most minor of minor patches, so I figured it would easily get into the release. :)

08/26/07 17:18:00 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [5945]) Display tag name, not slug, in title. Props ionfish. fixes #4812