Skip to:
Content

BuddyPress.org

Changeset 4854


Ignore:
Timestamp:
07/25/2011 08:44:13 PM (13 years ago)
Author:
djpaul
Message:

Use _ex instead of _x

Location:
trunk/bp-themes/bp-default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/header.php

    r4536 r4854  
    2626            <div id="search-bar" role="search">
    2727                <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>
    2929
    3030                        <form action="<?php echo bp_search_form_action() ?>" method="post" id="search-form">
  • trunk/bp-themes/bp-default/index.php

    r4836 r4854  
    2525
    2626                            <?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>
    2828                            <?php endif; ?>
    2929                        </div>
Note: See TracChangeset for help on using the changeset viewer.