From 9d6eade72592b9234faca481b7483f3d2bc8f6ee Mon Sep 17 00:00:00 2001 From: Dmitry Mayorov Date: Sat, 22 Aug 2015 10:31:12 +0300 Subject: [PATCH] Added missing period in a load_theme_textdomain() comment. --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index ee4a1e04..7f067f2c 100644 --- a/functions.php +++ b/functions.php @@ -20,7 +20,7 @@ function _s_setup() { * Make theme available for translation. * Translations can be filed in the /languages/ directory. * If you're building a theme based on _s, use a find and replace - * to change '_s' to the name of your theme in all the template files + * to change '_s' to the name of your theme in all the template files. */ load_theme_textdomain( '_s', get_template_directory() . '/languages' );