From 452c23649181a97a9761adbbb388fe156caa388a Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Tue, 29 Aug 2023 13:39:48 -0500 Subject: [PATCH] Add translator comment --- src/wp-to-twitter-oauth.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-to-twitter-oauth.php b/src/wp-to-twitter-oauth.php index 031ed5e..4590991 100644 --- a/src/wp-to-twitter-oauth.php +++ b/src/wp-to-twitter-oauth.php @@ -406,6 +406,7 @@ function wtt_connect_oauth( $auth = false ) { $bt_form = sprintf( $bt_form, '' ) . ''; if ( ! $auth ) { + // Translators: Name of the current site. $submit = ' '; } } else {