Changeset 7965 for trunk/bp-themes/bp-default/header.php
- Timestamp:
- 02/22/2014 03:50:03 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/header.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/header.php
r6605 r7965 20 20 <div id="search-bar" role="search"> 21 21 <div class="padder"> 22 <h1 id="logo" role="banner"><a href="<?php echo home_url(); ?>" title="<?php _ex( 'Home', 'Home page banner link title', 'buddypress' ); ?>"><?php bp_site_name(); ?></a></h1>22 <h1 id="logo" role="banner"><a href="<?php echo home_url(); ?>" title="<?php echo esc_attr_x( 'Home', 'Home page banner link title', 'buddypress' ); ?>"><?php bp_site_name(); ?></a></h1> 23 23 24 24 <form action="<?php echo bp_search_form_action(); ?>" method="post" id="search-form"> … … 28 28 <?php echo bp_search_form_type_select(); ?> 29 29 30 <input type="submit" name="search-submit" id="search-submit" value="<?php _e( 'Search', 'buddypress' ); ?>" />30 <input type="submit" name="search-submit" id="search-submit" value="<?php esc_attr_e( 'Search', 'buddypress' ); ?>" /> 31 31 32 32 <?php wp_nonce_field( 'bp_search_form' ); ?>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)