Skip to content

Commit bf4163b

Browse files
committed
fixed syntax error
1 parent f530902 commit bf4163b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mf2-feed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ public static function do_feed_mf2( $for_comments ) {
5151

5252
$post = $post->to_mf2();
5353

54-
$items = array();
55-
$items['children'][] = $post;
54+
$items = array();
55+
$items['items'][] = $post;
5656
} else {
5757
$items = array(
5858
"items" => array(

0 commit comments

Comments
 (0)