Changeset 13488
- Timestamp:
- 05/25/2023 06:47:45 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/bp-friends-blocks.php
r13433 r13488 135 135 'newest' => array( 136 136 'class' => '', 137 'label' => _ _( 'Newest', 'buddypress' ),137 'label' => _x( 'Newest', 'Friends', 'buddypress' ), 138 138 ), 139 139 'active' => array( 140 140 'class' => '', 141 'label' => _ _( 'Active', 'buddypress' ),141 'label' => _x( 'Active', 'Friends', 'buddypress' ), 142 142 ), 143 143 'popular' => array( 144 144 'class' => '', 145 'label' => _ _( 'Popular', 'buddypress' ),145 'label' => _x( 'Popular', 'Friends', 'buddypress' ), 146 146 ), 147 147 );
Note: See TracChangeset
for help on using the changeset viewer.