Changeset 10562 for trunk/src/bp-groups/bp-groups-template.php
- Timestamp:
- 02/08/2016 05:18:31 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-groups/bp-groups-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-template.php
r10531 r10562 478 478 479 479 if ( 'public' == $group->status ) { 480 $type = __( "Public Group", "buddypress");480 $type = __( "Public Group", 'buddypress' ); 481 481 } elseif ( 'hidden' == $group->status ) { 482 $type = __( "Hidden Group", "buddypress");482 $type = __( "Hidden Group", 'buddypress' ); 483 483 } elseif ( 'private' == $group->status ) { 484 $type = __( "Private Group", "buddypress");484 $type = __( "Private Group", 'buddypress' ); 485 485 } else { 486 486 $type = ucwords( $group->status ) . ' ' . __( 'Group', 'buddypress' );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)