Changeset 12764
- Timestamp:
- 10/24/2020 04:53:08 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-functions.php
r12741 r12764 2615 2615 if ( bp_get_group_type_tax_name() === $taxonomy ) { 2616 2616 if ( isset( $schema['bp_type_has_directory']['description'] ) ) { 2617 $schema['bp_type_has_directory']['description'] = __( 'Add a list of groups matching the membertype available on the Groups Directory page (e.g. site.url/groups/type/ninja/).', 'buddypress' );2617 $schema['bp_type_has_directory']['description'] = __( 'Add a list of groups matching the group type available on the Groups Directory page (e.g. site.url/groups/type/ninja/).', 'buddypress' ); 2618 2618 } 2619 2619
Note: See TracChangeset
for help on using the changeset viewer.