- Timestamp:
- 07/20/2022 02:12:02 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
r53139 r53729 1884 1884 array( 1885 1885 'comment_post_ID' => 0, 1886 'comment_parent' => 0,1887 'user_ID' => 0,1888 1886 'comment_author' => null, 1889 1887 'comment_author_email' => null, 1890 1888 'comment_author_url' => null, 1889 'comment_parent' => 0, 1890 'user_id' => 0, 1891 1891 ) 1892 1892 );
Note: See TracChangeset
for help on using the changeset viewer.