You appear to be a bot. Output may be restricted
Description
Checks if the domain is loaded
Usage
Tests_translate_null_domain::null_domain_loaded();
Parameters
Returns
void
Source
File name: oik-libs/tests/test-translate-null-domain.php
Lines:
1 to 5 of 5
function null_domain_loaded() { global $l10n; return isset( $l10n[ null ] ); }