Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/29/2011 09:05:33 PM (13 years ago)
Author:
boonebgorges
Message:

Adds missing textdomains. Fixes #3408. Props mercime

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/members/single/profile/profile-wp.php

    r4287 r4895  
    66
    77    <div class="bp-widget wp-profile">
    8         <h4><?php bp_is_my_profile() ? _e( 'My Profile' ) : printf( __( "%s's Profile", 'buddypress' ), bp_get_displayed_user_fullname() ); ?></h4>
     8        <h4><?php bp_is_my_profile() ? _e( 'My Profile', 'buddypress' ) : printf( __( "%s's Profile", 'buddypress' ), bp_get_displayed_user_fullname() ); ?></h4>
    99
    1010        <table class="wp-profile-fields">
Note: See TracChangeset for help on using the changeset viewer.