[buddypress-trac] [BuddyPress] #2598: [patch] Forum topic title should be included in bp_get_page_title()
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Sun Aug 29 08:44:46 UTC 2010
#2598: [patch] Forum topic title should be included in bp_get_page_title()
--------------------------------------+-------------------------------------
Reporter: r-a-y | Owner:
Type: defect | Status: reopened
Priority: minor | Milestone: 1.2.6
Component: Forums | Resolution:
Keywords: has-patch, needs-testing |
--------------------------------------+-------------------------------------
Changes (by hnla):
* priority: normal => minor
* status: closed => reopened
* resolution: fixed =>
Comment:
With a view to hyphenated (slug) category name a quick? fix is to add:
$title = str_replace('-', ' ', $title);
`} else if ( is_category() ) {
$title = __( 'Blog | Categories | ' . ucwords(
$wp_query->query_vars['category_name'] ), 'buddypress' );
$title = str_replace('-', ' ', $title);`
This, imho, is trivial issue that ought to be looked at for 1.3 but
mentioned by a user, ticket re-opened but ought to be moved to 1.3? Please
feel free to close at will :)
--
Ticket URL: <http://trac.buddypress.org/ticket/2598#comment:20>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list