Changeset 3229
- Timestamp:
- 10/18/13 23:32:13 (10 years ago)
- Location:
- plugins/wikitextwidget
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/wikitextwidget/_admin.php
r693 r3229 26 26 class WikiTextWidgetBehaviors 27 27 { 28 public static function initWidgets( &$w)28 public static function initWidgets($w) 29 29 { 30 30 $w->create('WikiTextWidget',__('Wiki Text'),array('publicWikiTextWidget','Show')); -
plugins/wikitextwidget/_define.php
r693 r3229 26 26 /* Description*/ "Text widget with wiki syntax", 27 27 /* Author */ "Moe (http://gniark.net/)", 28 /* Version */ '0.1 ',28 /* Version */ '0.1.1', 29 29 /* Permissions */ 'admin' 30 30 ); -
plugins/wikitextwidget/_public.php
r693 r3229 24 24 class publicWikiTextWidget 25 25 { 26 public static function Show( &$w)26 public static function Show($w) 27 27 { 28 28 global $core;
Note: See TracChangeset
for help on using the changeset viewer.