Dotclear

Changeset 3058


Ignore:
Timestamp:
06/15/11 15:16:43 (12 years ago)
Author:
bruno
Message:

Tweet plugin PHP 5.3 compatibility updates.

Location:
plugins/tweet
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • plugins/tweet/_define.php

    r2391 r3058  
    1515     /* Description*/         "Publish tweets from various queries in a widget", 
    1616     /* Author */             "Lomalarch", 
    17      /* Version */            '0.8', 
     17     /* Version */            '0.9', 
    1818     /* Permissions */        'admin' 
    1919); 
  • plugins/tweet/_public.php

    r2391 r3058  
    55class publicTweet 
    66{ 
    7      public static function publicHeadContent(&$core) 
     7     public static function publicHeadContent($core) 
    88     { 
    99          $url = $core->blog->getQmarkURL().'pf='.basename(dirname(__FILE__)); 
     
    1919          '<script type="text/javascript" src="'.$url.'/js/jquery.tweet.js"></script>'."\n"; 
    2020     } 
    21      public static function divTweet(&$w) 
     21     public static function divTweet($w) 
    2222     { 
    2323          global $core; 
  • plugins/tweet/_widgets.php

    r2383 r3058  
    66class tweetWidgets 
    77{ 
    8      public static function initWidgets(&$w) 
     8     public static function initWidgets($w) 
    99     { 
    1010          $w->create('Tweet','Tweet!', 
Note: See TracChangeset for help on using the changeset viewer.

Sites map