Changeset 5796 for trunk/bp-blogs/bp-blogs-functions.php
- Timestamp:
- 02/16/2012 01:40:18 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs/bp-blogs-functions.php
r5777 r5796 317 317 $key = $wpdb->get_blog_prefix( $blog_id ). 'capabilities'; 318 318 319 $roles = get_user_meta( $user_id, $key, true );319 $roles = bp_get_user_meta( $user_id, $key, true ); 320 320 321 321 if ( is_array( $roles ) )
Note: See TracChangeset
for help on using the changeset viewer.