From 86be9ffb4a26d01f5dea17eb5798ca18845b8bd3 Mon Sep 17 00:00:00 2001 From: Michael Sisk Date: Sun, 3 Mar 2013 00:26:51 -0500 Subject: [PATCH] Rename /locale to /i18n --- -/{locale => i18n}/inkblot.pot | 0 functions.php | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename -/{locale => i18n}/inkblot.pot (100%) diff --git a/-/locale/inkblot.pot b/-/i18n/inkblot.pot similarity index 100% rename from -/locale/inkblot.pot rename to -/i18n/inkblot.pot diff --git a/functions.php b/functions.php index 5a586cf..7895733 100755 --- a/functions.php +++ b/functions.php @@ -235,7 +235,7 @@ public function wp_enqueue_scripts() { * @hook after_setup_theme */ public function after_setup_theme() { - load_theme_textdomain( 'inkblot', self::$dir . '-/locale' ); + load_theme_textdomain( 'inkblot', self::$dir . '-/i18n' ); add_editor_style();