- Timestamp:
- 07/14/2019 02:34:02 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
r45267 r45632 950 950 951 951 if ( in_array( 'author_avatar_urls', $fields, true ) ) { 952 $data['author_avatar_urls'] = rest_get_avatar_urls( $comment ->comment_author_email);952 $data['author_avatar_urls'] = rest_get_avatar_urls( $comment ); 953 953 } 954 954
Note: See TracChangeset
for help on using the changeset viewer.