mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-14 04:06:48 +09:00
Changed to new phpcs:ignore
This commit is contained in:
@@ -96,7 +96,7 @@ class WPStrava_LatestMapWidget extends WP_Widget {
|
||||
|
||||
if ( WPSTRAVA_DEBUG ) {
|
||||
echo '<pre>';
|
||||
print_r( $activities ); // @codingStandardsIgnoreLine
|
||||
print_r( $activities ); // phpcs:ignore -- Debug output.
|
||||
echo '</pre>';
|
||||
} else {
|
||||
echo $activities->get_error_message();
|
||||
|
||||
Reference in New Issue
Block a user