Skip to content

Commit

Permalink
Fix dummy textdomain.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Zimmerman authored Dec 19, 2016
1 parent 112b3cb commit 90a7562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypothesis.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

// Load textdomain
function hypothesis_load_plugin_textdomain() {
load_plugin_textdomain( 'my-plugin', FALSE, basename( dirname( __FILE__ ) ) . '/languages/' );
load_plugin_textdomain( 'hypothesis', FALSE, basename( dirname( __FILE__ ) ) . '/languages/' );
}
add_action( 'plugins_loaded', 'hypothesis_load_plugin_textdomain' );

Expand Down

0 comments on commit 90a7562

Please sign in to comment.