Changeset 6505
- Timestamp:
- 06/09/2017 04:41:30 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/users/functions.php
r6455 r6505 221 221 } 222 222 223 // Bail if in wp-admin 224 if ( is_admin() ) { 225 return; 226 } 227 223 228 // Get the displayed user ID 224 229 $user_id = bbp_get_displayed_user_id();
Note: See TracChangeset
for help on using the changeset viewer.