Skip to content

Commit 304570e

Browse files
Apply suggestion from @westonruter
Co-authored-by: Weston Ruter <[email protected]>
1 parent 4a4f519 commit 304570e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/comment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4212,7 +4212,7 @@ function wp_create_initial_comment_meta() {
42124212
'items' => array(
42134213
'type' => 'object',
42144214
'properties' => array(
4215-
'userId' => array(
4215+
'author' => array(
42164216
'type' => 'integer',
42174217
),
42184218
'date' => array(

0 commit comments

Comments
 (0)