Added some missing 'Translators:' comments

Added class documentation
Changed phpcs ignores to new style
This commit is contained in:
Justin Foell
2018-03-23 16:52:06 -05:00
parent c1fc8fc2d9
commit 702febcc8c
6 changed files with 84 additions and 11 deletions
+1 -1
View File
@@ -308,7 +308,7 @@ class WPStrava_Settings {
}
} else {
// Translators: error message from Strava
$this->feedback .= sprintf( __( 'There was an error receiving data from Strava: %s', 'wp-strava' ), print_r( $strava_info, true ) ); // @codingStandardsIgnoreLine
$this->feedback .= sprintf( __( 'There was an error receiving data from Strava: %s', 'wp-strava' ), print_r( $strava_info, true ) ); // phpcs:ignore -- Debug output.
return false;
}
} else {