Skip to content

Commit

Permalink
Rename /locale to /i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Sisk committed Mar 3, 2013
1 parent 567bf31 commit 86be9ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion functions.php
Expand Up @@ -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();

Expand Down

0 comments on commit 86be9ff

Please sign in to comment.