Skip to:
Content

BuddyPress.org


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

Use _ex instead of _x

File:
1 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">
Note: See TracChangeset for help on using the changeset viewer.