- Timestamp:
- 08/12/2019 08:46:05 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/classes/class-bp-groups-component.php
r12405 r12441 795 795 $pending = _x( 'No Pending Invites', 'My Account Groups sub nav', 'buddypress' ); 796 796 797 if ( ! empty( $count['total'] )) {797 if ( $count ) { 798 798 $title = sprintf( 799 799 /* translators: %s: Group invitation count for the current user */
Note: See TracChangeset
for help on using the changeset viewer.