Update 1.7.0 functions and readme.txt

This commit is contained in:
Justin Foell
2019-02-01 14:22:25 -06:00
parent 9813dc2aec
commit 38e1502702
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ class WPStrava_RouteShortcode {
* @param string $som System of measure (english/metric).
* @return string HTML Table of route details.
* @author Justin Foell <justin@foell.org>
* @since NEXT
* @since 1.7.0
*/
private function get_table( $route_details, $som ) {
$strava_som = WPStrava_SOM::get_som( $som );