Changeset 9315 for trunk/src/bp-groups/bp-groups-widgets.php
- Timestamp:
- 01/08/2015 09:43:47 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-groups/bp-groups-widgets.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-widgets.php
r8480 r9315 93 93 if ( 'active' == $instance['group_default'] ) 94 94 printf( __( 'active %s', 'buddypress' ), bp_get_group_last_active() ); 95 else if ( 'popular' == $instance['group_default'] )95 elseif ( 'popular' == $instance['group_default'] ) 96 96 bp_group_member_count(); 97 97 ?> … … 203 203 if ( 'newest-groups' == $_POST['filter'] ) { 204 204 printf( __( 'created %s', 'buddypress' ), bp_get_group_date_created() ); 205 } else if ( 'recently-active-groups' == $_POST['filter'] ) {205 } elseif ( 'recently-active-groups' == $_POST['filter'] ) { 206 206 printf( __( 'active %s', 'buddypress' ), bp_get_group_last_active() ); 207 } else if ( 'popular-groups' == $_POST['filter'] ) {207 } elseif ( 'popular-groups' == $_POST['filter'] ) { 208 208 bp_group_member_count(); 209 209 }
Note: See TracChangeset
for help on using the changeset viewer.