Changeset 13983 for trunk/src/bp-core/bp-core-functions.php
- Timestamp:
- 07/27/2024 06:44:41 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-functions.php
r13974 r13983 3381 3381 function bp_get_taxonomy_common_labels() { 3382 3382 return array( 3383 'bp_type_name' => _x( 'Plural Name ', 'BP Type name label', 'buddypress' ),3384 'bp_type_singular_name' => _x( 'Singular name', 'BP Type singular name label', 'buddypress' ),3383 'bp_type_name' => _x( 'Plural Name (required)', 'BP Type name label', 'buddypress' ), 3384 'bp_type_singular_name' => _x( 'Singular Name (required)', 'BP Type singular name label', 'buddypress' ), 3385 3385 'bp_type_has_directory' => _x( 'Has Directory View', 'BP Type has directory checkbox label', 'buddypress' ), 3386 3386 'bp_type_directory_slug' => _x( 'Custom type directory slug', 'BP Type slug label', 'buddypress' ),
Note: See TracChangeset
for help on using the changeset viewer.