[buddypress-trac] [BuddyPress Trac] #6107: Missing site titles for BP pages in Twenty Fifteen and new themes which add support to the new title-tag feature
buddypress-trac
noreply at wordpress.org
Thu Mar 5 13:27:29 UTC 2015
#6107: Missing site titles for BP pages in Twenty Fifteen and new themes which add
support to the new title-tag feature
------------------------------+-----------------------
Reporter: mercime | Owner: hnla
Type: defect (bug) | Status: assigned
Priority: normal | Milestone: 2.2.2
Component: Component - Core | Version:
Severity: major | Resolution:
Keywords: has-patch |
------------------------------+-----------------------
Comment (by imath):
@hnla if you are testing the patch with WP >= 4.0, then the filter
'wp_title' is never used by BuddyPress, it uses 'wp_title_parts' instead
in order to avoid a mess with the 'title-tag' support. see my
[https://buddypress.trac.wordpress.org/ticket/6107#comment:2 comment
above]
In other words, the patch is only using 'wp_title' if WP < 4.0 as
'wp_title_parts' was introduced in 4.0
So it can explain changing the priority of the filter like you did had no
effect when testing on 4.1.1 :)
using 'wp_title_parts' is fixing the 'title-tag' trouble, i've left the
'wp_title' filter for backcompat. But it seems, unfortunately, Yoast is
breaking our fix :(
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6107#comment:14>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list