mirror of
https://github.com/10h30/genesis-simple-sidebars.git
synced 2026-06-05 15:08:34 +09:00
Load textdomain first thing.
This commit is contained in:
@@ -74,9 +74,9 @@ class Genesis_Simple_Sidebars {
|
||||
*/
|
||||
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->instantiate();
|
||||
|
||||
Reference in New Issue
Block a user