Changeset 6484 for trunk/bp-core/bp-core-template.php
- Timestamp:
- 11/04/2012 04:09:00 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-template.php
r6415 r6484 1232 1232 */ 1233 1233 function bp_is_user_forums() { 1234 1235 if ( ! bp_is_active( 'forums' ) ) 1236 return false; 1237 1234 1238 if ( bp_is_user() && bp_is_forums_component() ) 1235 1239 return true;
Note: See TracChangeset
for help on using the changeset viewer.