Changeset 13487 for trunk/src/bp-groups/bp-groups-blocks.php
- Timestamp:
- 05/25/2023 06:31:01 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-blocks.php
r13482 r13487 400 400 'newest' => array( 401 401 'class' => '', 402 'label' => _ _( 'Newest', 'buddypress' ),402 'label' => _x( 'Newest', 'Groups', 'buddypress' ), 403 403 ), 404 404 'active' => array( 405 405 'class' => '', 406 'label' => _ _( 'Active', 'buddypress' ),406 'label' => _x( 'Active', 'Groups', 'buddypress' ), 407 407 ), 408 408 'popular' => array( 409 409 'class' => '', 410 'label' => _ _( 'Popular', 'buddypress' ),410 'label' => _x( 'Popular', 'Groups', 'buddypress' ), 411 411 ), 412 412 'alphabetical' => array( 413 413 'class' => '', 414 'label' => _ _( 'Alphabetical', 'buddypress' ),414 'label' => _x( 'Alphabetical', 'Groups', 'buddypress' ), 415 415 ), 416 416 );
Note: See TracChangeset
for help on using the changeset viewer.