Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/24/2011 06:52:57 PM (14 years ago)
Author:
boonebgorges
Message:

Introduces bp_x_user_meta() wrapper functions. Refactors internal user_meta calls to use the new functions. Fixes #3299

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-messages/bp-messages-template.php

    r4372 r4558  
    504504        return false;
    505505
    506     $closed_notices = get_user_meta( $userdata->ID, bp_get_user_meta_key( 'closed_notices' ), true );
     506    $closed_notices = bp_get_user_meta( $userdata->ID, 'closed_notices', true );
    507507
    508508    if ( !$closed_notices )
Note: See TracChangeset for help on using the changeset viewer.