Dotclear

Changeset 3229


Ignore:
Timestamp:
10/18/13 23:32:13 (10 years ago)
Author:
Moe
Message:

Wiki Text Widget 0.1.1: removed "&" in function parameter

Location:
plugins/wikitextwidget
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • plugins/wikitextwidget/_admin.php

    r693 r3229  
    2626class WikiTextWidgetBehaviors 
    2727{ 
    28      public static function initWidgets(&$w) 
     28     public static function initWidgets($w) 
    2929     { 
    3030          $w->create('WikiTextWidget',__('Wiki Text'),array('publicWikiTextWidget','Show')); 
  • plugins/wikitextwidget/_define.php

    r693 r3229  
    2626  /* Description*/       "Text widget with wiki syntax", 
    2727  /* Author */                "Moe (http://gniark.net/)", 
    28   /* Version */                    '0.1', 
     28  /* Version */                    '0.1.1', 
    2929  /* Permissions */      'admin' 
    3030); 
  • plugins/wikitextwidget/_public.php

    r693 r3229  
    2424class publicWikiTextWidget 
    2525{ 
    26      public static function Show(&$w) 
     26     public static function Show($w) 
    2727     { 
    2828          global $core; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map