From e12966718623c3c6b5608a3ada397bdbe94d1df6 Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Tue, 9 Jan 2024 17:07:40 -0600 Subject: [PATCH] One space short --- src/wpt-post-to-twitter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wpt-post-to-twitter.php b/src/wpt-post-to-twitter.php index bd2077d..42e41d9 100644 --- a/src/wpt-post-to-twitter.php +++ b/src/wpt-post-to-twitter.php @@ -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.