Changeset 1367
- Timestamp:
- 08/06/09 10:45:16 (14 years ago)
- Location:
- plugins/randomComment
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/randomComment/_define.php
r1075 r1367 17 17 /* Description */ 'Display random comments on your blog', 18 18 /* Author */ 'Tomtom (http://plugins.zenstyle.fr/)', 19 /* Version */ '1.0. 4',19 /* Version */ '1.0.5', 20 20 /* Premission */ 'usage,contentadmin' 21 21 ); -
plugins/randomComment/_public.php
r1058 r1367 57 57 * @return string 58 58 */ 59 function widget( &$w)59 function widget($w) 60 60 { 61 61 global $core; -
plugins/randomComment/_widgets.php
r1058 r1367 22 22 * @param object w 23 23 */ 24 public static function initWidgets( &$w)24 public static function initWidgets($w) 25 25 { 26 26 $w->create('randomcomment',__('Random comment'),array('randomCommentPublic','widget')); -
plugins/randomComment/inc/class.random.comment.php
r1058 r1367 25 25 * @param object w 26 26 */ 27 public function __construct( &$core,&$w)27 public function __construct($core,$w) 28 28 { 29 29 $this->w = $w;
Note: See TracChangeset
for help on using the changeset viewer.