Changeset 1557805
- Timestamp:
- 12/19/2016 07:13:31 PM (9 years ago)
- Location:
- hypothesis
- Files:
-
- 2 edited
-
tags/0.5.0/hypothesis.php (modified) (1 diff)
-
trunk/hypothesis.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hypothesis/tags/0.5.0/hypothesis.php
r1557796 r1557805 16 16 // Load textdomain 17 17 function hypothesis_load_plugin_textdomain() { 18 load_plugin_textdomain( ' my-plugin', FALSE, basename( dirname( __FILE__ ) ) . '/languages/' );18 load_plugin_textdomain( 'hypothesis', FALSE, basename( dirname( __FILE__ ) ) . '/languages/' ); 19 19 } 20 20 add_action( 'plugins_loaded', 'hypothesis_load_plugin_textdomain' ); -
hypothesis/trunk/hypothesis.php
r1557795 r1557805 16 16 // Load textdomain 17 17 function hypothesis_load_plugin_textdomain() { 18 load_plugin_textdomain( ' my-plugin', FALSE, basename( dirname( __FILE__ ) ) . '/languages/' );18 load_plugin_textdomain( 'hypothesis', FALSE, basename( dirname( __FILE__ ) ) . '/languages/' ); 19 19 } 20 20 add_action( 'plugins_loaded', 'hypothesis_load_plugin_textdomain' );
Note: See TracChangeset
for help on using the changeset viewer.