Skip to content

Commit

Permalink
Just return
Browse files Browse the repository at this point in the history
  • Loading branch information
Viper007Bond committed Dec 7, 2015
1 parent a1af651 commit 1c1acba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regenerate-thumbnails.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public static function instance() {
*/
public function setup() {
if ( ! is_admin() ) {
return false;
return;
}

load_plugin_textdomain( 'regenerate-thumbnails', false, dirname( plugin_basename( __FILE__ ) ) . '/localization/' );
Expand Down

0 comments on commit 1c1acba

Please sign in to comment.