[buddypress-trac] [BuddyPress] #1972: Bug: Wrong blog title
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Sun Apr 11 21:41:51 UTC 2010
#1972: Bug: Wrong blog title
------------------------------------------+---------------------------------
Reporter: _DorsVenabili | Owner: apeatling
Type: defect | Status: assigned
Priority: major | Milestone: 1.3
Component: Blogs | Resolution:
Keywords: new blog title header custom |
------------------------------------------+---------------------------------
Comment(by nig3d):
I have fixed it in this way:
function bp_site_name() {
echo apply_filters( 'bp_site_name', get_blog_option(
$GLOBALS->blog_id, 'blogname' ) );
}
it works for me.
This is my first contribute, so I don't dare to set as resolved.
--
Ticket URL: <http://trac.buddypress.org/ticket/1972#comment:11>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list