Skip to content

Commit

Permalink
Remove superfluous i18n code.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradyvercher committed Apr 22, 2016
1 parent 7276e1d commit 47ec5fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion includes/class-simple-image-widget-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function load() {
* @since 3.0.0
*/
public function load_textdomain() {
load_plugin_textdomain( 'simple-image-widget', false, dirname( dirname( plugin_basename( __FILE__ ) ) ) . '/languages' );
load_plugin_textdomain( 'simple-image-widget' );
}

/**
Expand Down
1 change: 0 additions & 1 deletion simple-image-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: simple-image-widget
* Domain Path: /languages
*/

/**
Expand Down

0 comments on commit 47ec5fe

Please sign in to comment.