Ticket #64104: 64104.patch
| File 64104.patch, 541 bytes (added by , 10 months ago) |
|---|
-
src/wp-includes/author-template.php
diff --git a/src/wp-includes/author-template.php b/src/wp-includes/author-template.php index a847fdcc16..47402114e6 100644
a b function the_author( $deprecated = '', $deprecated_echo = true ) { 90 90 * @return string|void The author's display name, empty string if unknown. 91 91 */ 92 92 function get_the_modified_author() { 93 if ( ! get_post() ) { 94 return; 95 } 96 93 97 $last_id = get_post_meta( get_post()->ID, '_edit_last', true ); 94 98 95 99 if ( $last_id ) {
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)