Plugin Directory

Changeset 1557805


Ignore:
Timestamp:
12/19/2016 07:13:31 PM (9 years ago)
Author:
greatislander
Message:

Fix textdomain.

Location:
hypothesis
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • hypothesis/tags/0.5.0/hypothesis.php

    r1557796 r1557805  
    1616// Load textdomain
    1717function 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/' );
    1919}
    2020add_action( 'plugins_loaded', 'hypothesis_load_plugin_textdomain' );
  • hypothesis/trunk/hypothesis.php

    r1557795 r1557805  
    1616// Load textdomain
    1717function 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/' );
    1919}
    2020add_action( 'plugins_loaded', 'hypothesis_load_plugin_textdomain' );
Note: See TracChangeset for help on using the changeset viewer.