fix comment model replies property
This commit is contained in:
parent
d07bb1f808
commit
1fe5959960
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ class Comment {
|
|||
'to' => array( 'https://www.w3.org/ns/activitystreams#Public' ),
|
||||
'cc' => array( 'https://www.w3.org/ns/activitystreams#Public' ),
|
||||
'tag' => $this->tags,
|
||||
'replies' => $this->replies,
|
||||
);
|
||||
if ( $this->replies ) {
|
||||
$array['replies'] = $this->replies;
|
||||
|
|
Loading…
Reference in a new issue