Skip to content

Commit

Permalink
Final changes for 1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gagan0123 committed Aug 28, 2017
1 parent 536b9f4 commit aa9214b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion includes/class-shortcode-widget-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function register_hooks() {
add_action( 'widgets_init', array( $this, 'widget_init' ) );

/** Lets load translations */
add_action( 'plugins_loaded', array( 'load_text_domain' ) );
add_action( 'plugins_loaded', array( $this, 'load_text_domain' ) );
}

/**
Expand Down Expand Up @@ -120,6 +120,7 @@ function test_widget() {

}

/** Initialises an object of this class */
Shortcode_Widget_Plugin::get_instance();
}

0 comments on commit aa9214b

Please sign in to comment.