Changeset 12774
- Timestamp:
- 11/08/2020 09:19:15 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/template-tags.php
r12735 r12774 1791 1791 } elseif ( 'group' === $primary ) { 1792 1792 $objects['secondary'] = bp_current_action(); 1793 1794 if ( bp_is_group_home() && ! bp_is_group_custom_front() ) { 1795 $objects['secondary'] = 'members'; 1796 1797 if ( bp_is_active( 'activity' ) ) { 1798 $objects['secondary'] = 'activity'; 1799 } 1800 } 1793 1801 } else { 1794 1802
Note: See TracChangeset
for help on using the changeset viewer.