[buddypress-trac] [BuddyPress] #1876: Add <span> to h1#logo
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Tue Feb 9 17:56:30 UTC 2010
#1876: Add <span> to h1#logo
------------------------+---------------------------------------------------
Reporter: ousep | Owner:
Type: enhancement | Status: new
Priority: minor | Milestone: 1.2
Keywords: |
------------------------+---------------------------------------------------
Original:
{{{
<h1 id="logo"><a href="<?php echo site_url() ?>" title="<?php _e( 'Home',
'buddypress' ) ?>"><?php bp_site_name() ?></a></h1>
}}}
This would make it easier to add a logo to the header...
{{{
<h1 id="logo"><a href="<?php echo site_url() ?>" title="<?php _e( 'Home',
'buddypress' ) ?>"><span><?php bp_site_name() ?></span></a></h1>
}}}
--
Ticket URL: <https://trac.buddypress.org/ticket/1876>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list