mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-16 21:23:48 +09:00
Formatting
This commit is contained in:
@@ -85,7 +85,6 @@ abstract class WPStrava_Auth {
|
|||||||
// Translators: New strava token
|
// Translators: New strava token
|
||||||
add_settings_error( 'strava_token', 'strava_token', sprintf( __( 'New Strava token retrieved. %s', 'wp-strava' ), $this->feedback ), 'updated' );
|
add_settings_error( 'strava_token', 'strava_token', sprintf( __( 'New Strava token retrieved. %s', 'wp-strava' ), $this->feedback ), 'updated' );
|
||||||
} else {
|
} else {
|
||||||
// throw new WPStrava_Exception( '' );
|
|
||||||
add_settings_error( 'strava_token', 'strava_token', $this->feedback );
|
add_settings_error( 'strava_token', 'strava_token', $this->feedback );
|
||||||
}
|
}
|
||||||
} elseif ( isset( $_GET['error'] ) ) {
|
} elseif ( isset( $_GET['error'] ) ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user