Skip to:
Content

BuddyPress.org


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

Use _ex instead of _x

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.