Ticket #44951: author-template.php.patch
File author-template.php.patch, 509 bytes (added by , 6 years ago) |
---|
-
author-template.php
88 88 * @return string|void The author's display name. 89 89 */ 90 90 function get_the_modified_author() { 91 if ( $last_id = get_post_meta( get_post()->ID, '_edit_last', true ) ) { 91 92 $last_id = get_post_meta( get_post()->ID, '_edit_last', true ); 93 94 if ( $last_id ) { 92 95 $last_user = get_userdata( $last_id ); 93 96 94 97 /**