Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/25/2009 01:39:35 AM (15 years ago)
Author:
apeatling
Message:

Allow site admins to edit a user's profile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-templatetags.php

    r1655 r1695  
    638638    ?>
    639639    <div class="generic-button">
    640         <a class="edit" title="<?php _e( 'Edit Profile', 'buddypress' ) ?>" href="<?php echo $bp->loggedin_user->domain . $bp->profile->slug ?>/edit"><?php _e( 'Edit Profile', 'buddypress' ) ?></a>
     640        <a class="edit" title="<?php _e( 'Edit Profile', 'buddypress' ) ?>" href="<?php echo $bp->displayed_user->domain . $bp->profile->slug ?>/edit"><?php _e( 'Edit Profile', 'buddypress' ) ?></a>
    641641    </div>
    642642    <?php
Note: See TracChangeset for help on using the changeset viewer.