Changeset 4854
- Timestamp:
- 07/25/2011 08:44:13 PM (13 years ago)
- Location:
- trunk/bp-themes/bp-default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/header.php
r4536 r4854 26 26 <div id="search-bar" role="search"> 27 27 <div class="padder"> 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>28 <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> 29 29 30 30 <form action="<?php echo bp_search_form_action() ?>" method="post" id="search-form"> -
trunk/bp-themes/bp-default/index.php
r4836 r4854 25 25 26 26 <?php if ( is_sticky() ) : ?> 27 <span class="activity sticky-post"><?php echo _x( 'Featured', 'Sticky post', 'buddypress' ); ?></span>27 <span class="activity sticky-post"><?php _ex( 'Featured', 'Sticky post', 'buddypress' ); ?></span> 28 28 <?php endif; ?> 29 29 </div>
Note: See TracChangeset
for help on using the changeset viewer.