Changeset 4532 for trunk/bp-themes/bp-default/header.php
- Timestamp:
- 06/19/2011 02:50:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/header.php
r4455 r4532 28 28 <h1 id="logo" role="banner"><a href="<?php echo home_url(); ?>" title="<?php echo _x( 'Home', 'Home page banner link title', 'buddypress' ); ?>"><?php bp_site_name(); ?></a></h1> 29 29 30 <?php if ( bp_search_form_enabled() ) : ?>31 32 30 <form action="<?php echo bp_search_form_action() ?>" method="post" id="search-form"> 33 31 <label for="search-terms" class="accessibly-hidden"><?php _e( 'Search for:', 'buddypress' ); ?></label> … … 41 39 42 40 </form><!-- #search-form --> 43 44 <?php endif; ?>45 41 46 42 <?php do_action( 'bp_search_login_bar' ) ?>
Note: See TracChangeset
for help on using the changeset viewer.