Making WordPress.org

Opened 8 years ago

Closed 6 years ago

Last modified 23 months ago

#1978 closed enhancement (fixed)

Forums: Remove unnecessary prefixes from <title> tag

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by: dd32's profile dd32
Milestone: Q1 Priority: normal
Component: Support Forums Keywords: needs-patch
Cc:

Description

After the upgrade to bbPress 2.x, forum pages have <title> tags like these:

Forum: Requests and Feedback &laquo;  WordPress.org Forums
Topic: Forum Bugs and Broken Things &laquo;  WordPress.org Forums
View: All topics &laquo;  WordPress.org Forums

I think the Forum:, Topic:, and View: prefixes (introduced in [bb2788] and [bb2789]) are unnecessary and make multiple tabs harder to distinguish. Any reason not to remove them?

Requests and Feedback &laquo;  WordPress.org Forums
Forum Bugs and Broken Things &laquo;  WordPress.org Forums
All topics &laquo;  WordPress.org Forums

There's also an extra space after &laquo;.

Change History (7)

#1 @obenland
7 years ago

  • Keywords needs-patch added

#2 @tellyworth
6 years ago

  • Milestone set to Q1

https://bbpress.trac.wordpress.org/ticket/1764 seems related. If this is easily filterable then it's worth a try.

#3 @dd32
6 years ago

In 8059:

Forums: When using wp_title() with the separator location set to the right, WordPress will automatically add a trailing space.

See #1978.

#4 @dd32
6 years ago

  • Owner set to dd32
  • Resolution set to fixed
  • Status changed from new to closed

In 8060:

Forums: Simplify the <title> by removing the Forum:, Topic:, and View prefixes.

Fixes #1978.

#5 @dd32
6 years ago

In 8061:

Forums: Add some documentation for the method added in r8060.

See #1978.

#6 @dd32
4 years ago

  • Milestone changed from Q1 to 2020 Q1

Milestone renamed

#7 @dd32
4 years ago

  • Milestone changed from 2020 Q1 to Q1

Milestone renamed

Note: See TracTickets for help on using tickets.