Unable to load load_theme_textdomain()
-
I am using a theme called Pluto which i have made a child theme out of, to be able to modify without worring about changes.
In the main themes functions.php file is this line :
load_theme_textdomain('ct_theme', get_template_directory() . '/lang');Now, the main themes lang folder only contains one file as it is, if that does anything.
I wrote this line in my child theme functions.php:
load_theme_textdomain('LTB_trans', get_template_directory() . '/lang');And yet i am getting the CAUTION warning in the xili dashboard.
Any reason for this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Unable to load load_theme_textdomain()’ is closed to new replies.