Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #55420, comment 4


Ignore:
Timestamp:
03/21/2022 08:44:17 AM (3 years ago)
Author:
juanlopez4691
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55420, comment 4

    initial v1  
    1313My proposed patch is just a defensive measure similar to what is applied in method `get_the_author_meta`, line 175 ([https://bit.ly/3N91DIi]).
    1414
    15 Another possible solution could be to modify file `wp-includes/author-template.php`, line 104, from
     15Another possible solution could be to modify file `wp-includes/author-template.php`, line 104
     16from
    1617`return apply_filters( 'the_modified_author', $last_user->display_name );`
    1718to