From b44f55c38fbda08076cf730dac97e9ace7764355 Mon Sep 17 00:00:00 2001 From: Tom Slominski Date: Sun, 22 Mar 2015 19:13:08 +0000 Subject: [PATCH] Not quite sure why this was loaded inside a function --- header.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/header.php b/header.php index 037186b..b9f9eef 100644 --- a/header.php +++ b/header.php @@ -13,11 +13,7 @@ if( @include dirname(__FILE__) . '/public/config.php' ) { class ISQ { public static $general = array(), $links = array(), $social = array(), $recaptcha = array(); } // Load translations -function isq_load_textdomain() { - yourls_load_custom_textdomain( 'isq_translation', '/public/languages' ); -} - -isq_load_textdomain(); +yourls_load_custom_textdomain( 'isq_translation', '/public/languages' ); ?>