Plugin Directory

Changeset 621650


Ignore:
Timestamp:
11/06/2012 01:02:25 PM (13 years ago)
Author:
ArnaudBan
Message:

No undefined variables. Mouve screenshot

Location:
widget-embed-lastest-tweets
Files:
3 added
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • widget-embed-lastest-tweets/trunk/readme.txt

    r596263 r621650  
    6363== Changelog ==
    6464
     65= 0.3.4 =
     66
     67* fix : Showing lots of undefined variables in this widget in debug mode
     68* new : The screenshot are no longer in the zip files : http://make.wordpress.org/plugins/2012/09/13/last-december-we-added-header-images-to-the/
     69
    6570= 0.3.3 =
    6671
  • widget-embed-lastest-tweets/trunk/widget-embed-latest-tweets.php

    r596262 r621650  
    44 * Plugin URI: http://www.arnaudbanvillet.com/blog/portfolio/widget-embed-latest-tweets/
    55 * Description: A Widget to show your latest tweets. Use the oEmbed methode and some cache. Just type your user name and the numbers of tweets you want to show.
    6  * Version: 0.3.3
     6 * Version: 0.3.4
    77 * Author: Arnaud Banvillet
    88 * Author URI: http://www.arnaudbanvillet.com
     
    233233        //The authentification methode
    234234        if( $oauth_methode ){
    235             $connection = new TwitterOAuth($twitter_oauth_var[consumer_key], $twitter_oauth_var[consumer_secret], $twitter_oauth_var[token_key],$twitter_oauth_var[token_secret]);
     235            $connection = new TwitterOAuth($twitter_oauth_var['consumer_key'], $twitter_oauth_var['consumer_secret'], $twitter_oauth_var['token_key'],$twitter_oauth_var['token_secret']);
    236236            $last_tweet = $connection->get('http://api.twitter.com/1/statuses/user_timeline.json', $options );
    237237
Note: See TracChangeset for help on using the changeset viewer.