bbp_dummy_role_names()

Dummy gettext calls to get strings in the catalog.


Description Description


Source Source

File: includes/common/locale.php

function bbp_dummy_role_names() {

	/* translators: user role */
	_x( 'Keymaster', 'User role', 'bbpress' );

	/* translators: user role */
	_x( 'Moderator', 'User role', 'bbpress' );

	/* translators: user role */
	_x( 'Participant', 'User role', 'bbpress' );

	/* translators: user role */
	_x( 'Spectator', 'User role', 'bbpress' );

	/* translators: user role */
	_x( 'Blocked', 'User role', 'bbpress' );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.