diff --git a/wire/modules/Fieldtype/FieldtypeComments/Comment.php b/wire/modules/Fieldtype/FieldtypeComments/Comment.php index e5c4fae3..ddb556a5 100644 --- a/wire/modules/Fieldtype/FieldtypeComments/Comment.php +++ b/wire/modules/Fieldtype/FieldtypeComments/Comment.php @@ -34,6 +34,7 @@ * @property-read int $depth Current comment depth (since 3.0.149) * @property-read bool $loaded True when comment is fully loaded from DB (since 3.0.149) * @property-read int $numChildren Number of children with no exclusions. See and use numChildren() method for more options. (since 3.0.154) + * @property-read User $createdUser User that created the comment * */ diff --git a/wire/modules/Fieldtype/FieldtypeComments/CommentFormCustom.php b/wire/modules/Fieldtype/FieldtypeComments/CommentFormCustom.php index 1b642682..70ce8646 100644 --- a/wire/modules/Fieldtype/FieldtypeComments/CommentFormCustom.php +++ b/wire/modules/Fieldtype/FieldtypeComments/CommentFormCustom.php @@ -111,20 +111,20 @@ class CommentFormCustom extends CommentForm {