]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Removing odd ? after docblock in twitter_api.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 9 Apr 2011 16:19:57 +0000 (16:19 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 9 Apr 2011 16:19:57 +0000 (16:19 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8967 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/twitter_api/lib/twitter_api.php

index 167dbe0f504747bb5796c4ccacf6505546b05c75..0621c2b13e4ab533be8cfe0746eb2b06cef0e47a 100644 (file)
@@ -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