Changeset 2073
- Timestamp:
- 11/02/2009 05:39:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-templatetags.php
r2007 r2073 1467 1467 } 1468 1468 1469 function bp_is_single_group_item() { 1470 global $bp; 1471 1472 if ( BP_GROUPS_SLUG == $bp->current_component && $bp->is_single_item ) 1473 return true; 1474 1475 return false; 1476 } 1477 1469 1478 function bp_is_user_blogs() { 1470 1479 global $bp;
Note: See TracChangeset
for help on using the changeset viewer.