Changeset 12405 for trunk/src/bp-groups/bp-groups-template.php
- Timestamp:
- 06/21/2019 06:45:26 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-template.php
r12362 r12405 6218 6218 return apply_filters( 'bp_groups_get_profile_stats', $r['output'], $r ); 6219 6219 } 6220 6221 /** 6222 * Check if the active template pack includes the Group Membership management UI templates. 6223 * 6224 * @since 5.0.0 6225 * 6226 * @return boolean True if the active template pack includes the Group Membership management UI templates. 6227 * False otherwise. 6228 */ 6229 function bp_groups_has_manage_group_members_templates() { 6230 return file_exists( bp_locate_template( 'common/js-templates/group-members/index.php' ) ); 6231 }
Note: See TracChangeset
for help on using the changeset viewer.