* i18n/L10n updates

* whitespace updates.
This commit is contained in:
Siebrand Mazeland
2010-09-18 17:45:18 +02:00
parent 1c5e00df30
commit ba6538ed78
10 changed files with 39 additions and 113 deletions

View File

@@ -200,7 +200,6 @@ class TwitterOAuthClient extends OAuthClient
function statusesHomeTimeline($since_id = null, $max_id = null,
$cnt = null, $page = null)
{
$url = 'https://twitter.com/statuses/home_timeline.json';
$params = array('include_entities' => 'true');