mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-13 03:36:43 +09:00
Added some missing 'Translators:' comments
Added class documentation Changed phpcs ignores to new style
This commit is contained in:
@@ -38,7 +38,7 @@ class WPStrava_API {
|
||||
if ( ! empty( $body->error ) ) {
|
||||
$error = $body->error;
|
||||
} else {
|
||||
$error = print_r( $response, true ); // @codingStandardsIgnoreLine
|
||||
$error = print_r( $response, true ); // phpcs:ignore -- Debug output.
|
||||
}
|
||||
|
||||
return new WP_Error(
|
||||
|
||||
Reference in New Issue
Block a user