Skip to:
Content

BuddyPress.org

Changeset 4016


Ignore:
Timestamp:
02/02/2011 06:41:16 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Fix title verbiage to include fullname in profile-wp.php when viewing another users profile.

File:
1 edited

Legend:

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

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