- Timestamp:
- 02/16/2017 08:08:23 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php
r39954 r40063 345 345 346 346 if ( ! empty( $schema['properties']['author'] ) ) { 347 $data['author'] = $post->post_author;347 $data['author'] = (int) $post->post_author; 348 348 } 349 349
Note: See TracChangeset
for help on using the changeset viewer.