Plugin Directory

Changeset 2395994


Ignore:
Timestamp:
10/08/2020 11:15:39 AM (5 years ago)
Author:
ngoclb
Message:

fix bug

Location:
wp-pleasewait/trunk
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • wp-pleasewait/trunk/pleasewait-settings.php

    r2395945 r2395994  
    744744                __('For customize message, you can use filter %s', 'wp-pleasewait'),
    745745                '<code>wp_pleasewait_message</code>'
    746             ),
     746            )
    747747        );
    748748    }
  • wp-pleasewait/trunk/pleasewait.php

    r2395983 r2395994  
    3030        // print_r($this->options); die;
    3131        add_action('wp', array($this, 'load_actions'), 1, 0);
    32         add_action('plugins_loaded', 'load_plugin_textdomain');
     32        add_action('plugins_loaded', array($this, 'load_plugin_textdomain'));
    3333    }
    3434
Note: See TracChangeset for help on using the changeset viewer.