Changeset 59330 for trunk/src/wp-includes/blocks/latest-posts.php
- Timestamp:
- 10/31/2024 04:07:09 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/latest-posts.php
r58187 r59330 124 124 $author_display_name = get_the_author_meta( 'display_name', $post->post_author ); 125 125 126 /* translators: byline. %s: currentauthor. */126 /* translators: byline. %s: author. */ 127 127 $byline = sprintf( __( 'by %s' ), $author_display_name ); 128 128
Note: See TracChangeset
for help on using the changeset viewer.