Updated documentation and version for 2.0.0

This commit is contained in:
Justin Foell
2019-10-04 16:07:07 -05:00
parent 330a65feb0
commit bc9f8f6468
9 changed files with 18 additions and 17 deletions
+2 -2
View File
@@ -107,9 +107,9 @@ class WPStrava {
}
/**
* Get an API object for the given athlete token.
* Get an API object for the given Client ID.
*
* @param string $token Athlete token.
* @param string $id Client ID.
* @return WPStrava_API
*/
public function get_api( $id = null ) {