You appear to be a bot. Output may be restricted
Description
Tests if the domain is loaded
Usage
$bool = oik_l10n_domain_loaded( $domain );
Parameters
- $domain
- ( string|null ) required –
Returns
boolSource
File name: oik/libs/oik-l10n.phpLines:
1 to 4 of 4
function oik_l10n_domain_loaded( $domain ) { global $l10n; return isset( $l10n[ $domain ] ); }View on GitHub View on Trac