Changes between Initial Version and Version 1 of Ticket #55420, comment 4
- Timestamp:
- 03/21/2022 08:44:17 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55420, comment 4
initial v1 13 13 My proposed patch is just a defensive measure similar to what is applied in method `get_the_author_meta`, line 175 ([https://bit.ly/3N91DIi]). 14 14 15 Another possible solution could be to modify file `wp-includes/author-template.php`, line 104, from 15 Another possible solution could be to modify file `wp-includes/author-template.php`, line 104 16 from 16 17 `return apply_filters( 'the_modified_author', $last_user->display_name );` 17 18 to