Skip to content

Commit

Permalink
PHPCS spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Mar 17, 2021
1 parent a4a73c4 commit be4cf86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-to-twitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -1764,7 +1764,7 @@ function wpt_future_to_publish( $post ) {
* @return bool
*/
function wpt_auto_tweet_allowed( $post_id ) {
$state = get_option( 'wpt_auto_tweet_allowed', '0' );
$state = get_option( 'wpt_auto_tweet_allowed', '0' );
$return = ( '0' !== $state ) ? true : false;

return apply_filters( 'wpt_auto_tweet_allowed', $return, $post_id );
Expand Down

0 comments on commit be4cf86

Please sign in to comment.