Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/22/2010 11:09:28 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Fixes #2523 props cnorris23

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-xprofile/bp-xprofile-templatetags.php

    r3143 r3145  
    647647        global $bp;
    648648
    649         $last_updated = get_usermeta( $bp->displayed_user->id, 'profile_last_updated' );
     649        $last_updated = get_user_meta( $bp->displayed_user->id, 'profile_last_updated', true );
    650650
    651651        if ( $last_updated )
Note: See TracChangeset for help on using the changeset viewer.