Skip to content

Commit

Permalink
deploy: e97d283
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Feb 28, 2024
1 parent d620c7f commit 062f75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-to-twitter.php.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
exit;
}

$wpt_debug = get_option( 'wpt_debug_tweets', true );
$wpt_debug = get_option( 'wpt_debug_tweets', false );
define( 'WPT_DEBUG', $wpt_debug );
define( 'WPT_DEBUG_BY_EMAIL', false ); // Email debugging no longer default as of 3.3.0.
define( 'WPT_DEBUG_ADDRESS', get_option( 'admin_email' ) );
Expand Down

0 comments on commit 062f75c

Please sign in to comment.