Dotclear

Changeset 1369 for plugins/infoBlog


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

infoBlog 1.0.3 :

  • fixes PHP 5.3 compatibility
Location:
plugins/infoBlog
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • plugins/infoBlog/_define.php

    r1080 r1369  
    1717          /* Description */        'Display all information about your blog', 
    1818          /* Author */             'Tomtom (http://plugins.zenstyle.fr/)', 
    19           /* Version */            '1.0.2', 
     19          /* Version */            '1.0.3', 
    2020          /* Permissions */        'admin' 
    2121); 
  • plugins/infoBlog/_public.php

    r1052 r1369  
    2020      * @return     string 
    2121      */ 
    22      public static function widget(&$w) 
     22     public static function widget($w) 
    2323     { 
    2424          global $core; 
  • plugins/infoBlog/_widgets.php

    r1052 r1369  
    2222      * @param w    Widget object 
    2323      */ 
    24      public static function initWidgets(&$w) 
     24     public static function initWidgets($w) 
    2525     { 
    2626          $w->create('infoBlog',__('Information about your blog'),array('infoBlogPublic','widget')); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map