[buddypress-trac] [BuddyPress] #1972: Bug: Wrong blog title

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Wed Mar 17 15:30:36 UTC 2010


#1972: Bug: Wrong blog title
------------------------------------------+---------------------------------
 Reporter:  _DorsVenabili                 |        Owner:          
     Type:  defect                        |       Status:  reopened
 Priority:  major                         |    Milestone:  1.2.3   
Component:  Activity                      |   Resolution:          
 Keywords:  new blog title header custom  |  
------------------------------------------+---------------------------------
Changes (by bewst):

  * component:  => Activity


Comment:

 Well, it's still quite broken for me in BP 1.2.2.1

 This simple patch seems to fix it:

 {{{
 --- header-old.php      2010-02-21 02:02:40.000000000 +0000
 +++ header.php  2010-02-21 01:54:31.000000000 +0000
 @@ -41,7 +41,7 @@

                 <div id="header">

 -                       <h1 id="logo"><a href="<?php echo site_url() ?>"
 title="<?php _e( 'Home', 'buddypress' ) ?>"><?php bp_site_name()
 ?></a></h1>
 +                       <h1 id="logo"><a href="<?php echo site_url() ?>"
 title="<?php _e( 'Home', 'buddypress' ) ?>"><?php bloginfo('name')
 ?></a></h1>

                         <ul id="nav">
                                 <li<?php if ( bp_is_front_page() ) : ?>
 class="selected"<?php endif; ?>>
 }}}

-- 
Ticket URL: <http://trac.buddypress.org/ticket/1972#comment:9>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list