mirror of
https://github.com/10h30/wp-strava.git
synced 2026-06-05 15:10:01 +09:00
Changes for better language support
Cleaned up more formatting
This commit is contained in:
@@ -23,7 +23,7 @@ class WPStrava_SOMEnglish extends WPStrava_SOM {
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $mps
|
||||
* @param string $mps
|
||||
* @return string mph
|
||||
*/
|
||||
public function speed( $mps ) {
|
||||
@@ -45,4 +45,4 @@ class WPStrava_SOMEnglish extends WPStrava_SOM {
|
||||
public function get_elevation_label() {
|
||||
return __( 'ft.', 'wp-strava' );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user