Changeset 6481
- Timestamp:
- 11/01/2012 08:14:21 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.6/bp-groups/bp-groups-loader.php
r6093 r6481 504 504 505 505 if ( !empty( $count->total ) ) { 506 $title = sprintf( __( 'Groups <span class="count">%s</span>', 'buddypress' ), $count ->total);507 $pending = sprintf( __( 'Pending Invites <span class="count">%s</span>', 'buddypress' ), $count ->total);506 $title = sprintf( __( 'Groups <span class="count">%s</span>', 'buddypress' ), $count['total'] ); 507 $pending = sprintf( __( 'Pending Invites <span class="count">%s</span>', 'buddypress' ), $count['total'] ); 508 508 } 509 509
Note: See TracChangeset
for help on using the changeset viewer.