Skip to content

Commit

Permalink
One space short
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Jan 9, 2024
1 parent 7a10f04 commit e129667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wpt-post-to-twitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function wpt_send_post_to_twitter( $connection, $auth, $id, $status ) {
'rate-24' => $headers['x-app-limit-24hour-limit'],
'rate-24-reset' => $headers['x-app-limit-24hour-reset'],
);
$notice = __( 'Sent to X.com', 'wp-to-twitter' );
$notice = __( 'Sent to X.com', 'wp-to-twitter' );
update_option( 'wpt_app_limit', $rate_limit );
} catch ( RequestException $e ) {
// Get Guzzle exception response.
Expand Down

0 comments on commit e129667

Please sign in to comment.