We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7efea16 commit 586e730Copy full SHA for 586e730
app/bootstrap.php
@@ -15,7 +15,7 @@
15
*/
16
function localize()
17
{
18
- load_theme_textdomain('neonaudit', get_template_directory() . '/resources/languages');
+ load_theme_textdomain('base-camp', get_template_directory() . '/resources/languages');
19
}
20
21
add_action('after_setup_theme', 'localize');
0 commit comments