mirror of
https://github.com/10h30/wp-strava.git
synced 2026-06-05 15:10:01 +09:00
Coding standards
This commit is contained in:
@@ -107,7 +107,7 @@ class WPStrava_AuthRefresh extends WPStrava_Auth {
|
||||
// Translators: Token refresh success message.
|
||||
$this->feedback .= __( 'ID %s successfully re-authenticated.', 'wp-strava' );
|
||||
|
||||
if ( $strava_info->access_token != $info->access_token ) {
|
||||
if ( $strava_info->access_token !== $info->access_token ) {
|
||||
// Translators: New token created message.
|
||||
$this->feedback .= __( 'ID %s access extended.', 'wp-strava' );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user