bbp_dummy_role_names()
Dummy gettext calls to get strings in the catalog.
Description
Source
File: bp-forums/common/locale.php
40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | function bbp_dummy_role_names() { /* translators: user role */ __( 'Organizer' , 'buddyboss' ); /* translators: user role */ __( 'Moderator' , 'buddyboss' ); /* translators: user role */ __( 'Participant' , 'buddyboss' ); /* translators: user role */ __( 'Spectator' , 'buddyboss' ); /* translators: user role */ __( 'Blocked' , 'buddyboss' ); } |
Changelog
Version | Description |
---|---|
BuddyPress 2.6.0 Forums | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.