Dotclear

Changeset 1367


Ignore:
Timestamp:
08/06/09 10:45:16 (14 years ago)
Author:
Tomtom33
Message:

randomComment 1.0.5 :

  • fixes PHP 5.3 compatibility
Location:
plugins/randomComment
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • plugins/randomComment/_define.php

    r1075 r1367  
    1717          /* Description */        'Display random comments on your blog', 
    1818          /* Author */             'Tomtom (http://plugins.zenstyle.fr/)', 
    19           /* Version */            '1.0.4', 
     19          /* Version */            '1.0.5', 
    2020          /* Premission */         'usage,contentadmin' 
    2121); 
  • plugins/randomComment/_public.php

    r1058 r1367  
    5757      * @return     string 
    5858      */ 
    59      function widget(&$w) 
     59     function widget($w) 
    6060     { 
    6161          global $core; 
  • plugins/randomComment/_widgets.php

    r1058 r1367  
    2222      * @param object    w 
    2323      */ 
    24      public static function initWidgets(&$w) 
     24     public static function initWidgets($w) 
    2525     { 
    2626          $w->create('randomcomment',__('Random comment'),array('randomCommentPublic','widget')); 
  • plugins/randomComment/inc/class.random.comment.php

    r1058 r1367  
    2525      * @param object    w 
    2626      */ 
    27      public function __construct(&$core,&$w) 
     27     public function __construct($core,$w) 
    2828     { 
    2929          $this->w = $w; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map