Changeset 3336 for plugins/topWriter/_widgets.php
- Timestamp:
- 01/23/15 20:54:31 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/topWriter/_widgets.php
r3332 r3336 24 24 public static function init($w) 25 25 { 26 #Top comments widget 26 27 $w->create( 27 28 'topcom', 28 __('Top comments'),29 __('Top Writer: top comments'), 29 30 array('topWriterWidget', 'topCom'), 30 31 null, … … 93 94 $w->topcom->setting('offline',__('Offline'),0,'check'); 94 95 96 #Top entries widget 95 97 $w->create( 96 98 'toppost', 97 __('Top entries'),99 __('Top Writer: top entries'), 98 100 array('topWriterWidget', 'topPost'), 99 101 null,
Note: See TracChangeset
for help on using the changeset viewer.