Not quite sure why this was loaded inside a function
This commit is contained in:
@@ -13,11 +13,7 @@ if( @include dirname(__FILE__) . '/public/config.php' ) {
|
|||||||
class ISQ { public static $general = array(), $links = array(), $social = array(), $recaptcha = array(); }
|
class ISQ { public static $general = array(), $links = array(), $social = array(), $recaptcha = array(); }
|
||||||
|
|
||||||
// Load translations
|
// Load translations
|
||||||
function isq_load_textdomain() {
|
yourls_load_custom_textdomain( 'isq_translation', '/public/languages' );
|
||||||
yourls_load_custom_textdomain( 'isq_translation', '/public/languages' );
|
|
||||||
}
|
|
||||||
|
|
||||||
isq_load_textdomain();
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
|
|||||||
Reference in New Issue
Block a user