diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-04-09 16:19:57 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-04-09 16:19:57 +0000 |
commit | a6ab24b467633c72aac740a8aa1ded9d8d0cc0cd (patch) | |
tree | cea86fcb2e4c7be340710dde2f3a98b63848f1fb /mod/twitter_api | |
parent | be1a87314916f11e074a0a63726320c84cedaf65 (diff) | |
download | elgg-a6ab24b467633c72aac740a8aa1ded9d8d0cc0cd.tar.gz elgg-a6ab24b467633c72aac740a8aa1ded9d8d0cc0cd.tar.bz2 |
Removing odd ? after docblock in twitter_api.
git-svn-id: http://code.elgg.org/elgg/trunk@8967 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/twitter_api')
-rw-r--r-- | mod/twitter_api/lib/twitter_api.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/twitter_api/lib/twitter_api.php b/mod/twitter_api/lib/twitter_api.php index 167dbe0f5..0621c2b13 100644 --- a/mod/twitter_api/lib/twitter_api.php +++ b/mod/twitter_api/lib/twitter_api.php @@ -283,7 +283,7 @@ function twitter_api_revoke() { /** * Returns the url to authorize a user. * - * @param string $callback The callback URL? + * @param string $callback The callback URL */ function twitter_api_get_authorize_url($callback = NULL) { global $SESSION; @@ -341,4 +341,4 @@ function twitter_api_allow_new_users_with_twitter() { } return false; -} +}
\ No newline at end of file |