Opened 14 years ago
Closed 14 years ago
#4419 closed enhancement (fixed)
Page <title> separator is hardcoded on BuddyPress pages
| Reported by: | schwarzaufweiss | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.7 |
| Component: | Core | Version: | 1.6 |
| Severity: | minor | Keywords: | has-patch 2nd-opinion |
| Cc: |
Description
WP is using «-» as browser title separator, BP the pipe sign if your are e.g. on a group page. Why not also «-»?
Attachments (1)
Change History (9)
#1
@
14 years ago
- Component Theme → Core
- Keywords needs-patch added
- Milestone Awaiting Review → 1.7
- Severity trivial → minor
- Summary Browser Title Separator → Page <title> separator is hardcoded on BuddyPress pages
#2
@
14 years ago
- Keywords has-patch 2nd-opinion added; needs-patch removed
Attached a patch. Could someone sanity check it please? Removed () because it doesn't seem to be appropriate; perhaps it was there to allow people to change the pipe character.
#4
@
14 years ago
Still not sure how to proceed. Maybe use _x instead of , and explain what the replacement tokens mean (replacement tokens are the entire string).
#5
@
14 years ago
Use _x() for what? I think that the l18n for these strings happens somewhere further up the stream, at least in their standalone form. I think your patch is the way to go.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Good spot. bp_modify_page_title() has hardcoded pipes, and we should use the $sep parameter. This looks to be an easy patch for someone.