Load textdomain first thing.

This commit is contained in:
Nathan Rice
2017-03-07 15:18:28 -05:00
parent f2280a3fae
commit a3dc69479a
+2 -2
View File
@@ -74,9 +74,9 @@ class Genesis_Simple_Sidebars {
*/ */
public function init() { public function init() {
add_action( 'admin_notices', array( $this, 'requirements_notice' ) ); $this->load_plugin_textdomain();
add_action( 'init', array( $this, 'load_plugin_textdomain' ) ); add_action( 'admin_notices', array( $this, 'requirements_notice' ) );
$this->includes(); $this->includes();
$this->instantiate(); $this->instantiate();