Changeset 23933 for trunk/wp-includes/revision.php
- Timestamp:
- 04/08/2013 12:08:33 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/revision.php
r23929 r23933 56 56 $return['post_date'] = isset($post['post_modified']) ? $post['post_modified'] : ''; 57 57 $return['post_date_gmt'] = isset($post['post_modified_gmt']) ? $post['post_modified_gmt'] : ''; 58 $return['post_author'] = get_post_meta( $post['ID'], '_edit_last', true );59 58 60 59 return $return;
Note: See TracChangeset
for help on using the changeset viewer.