Changeset 53188 for trunk/src/wp-includes/author-template.php
- Timestamp:
- 04/15/2022 01:53:33 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/author-template.php
r53187 r53188 87 87 * @since 2.8.0 88 88 * 89 * @return string|void The author's display name, empty string if unk own.89 * @return string|void The author's display name, empty string if unknown. 90 90 */ 91 91 function get_the_modified_author() { … … 100 100 * @since 2.8.0 101 101 * 102 * @param string $display_name The author's display name, empty string if unk own.102 * @param string $display_name The author's display name, empty string if unknown. 103 103 */ 104 104 return apply_filters( 'the_modified_author', $last_user ? $last_user->display_name : '' );
Note: See TracChangeset
for help on using the changeset viewer.