Changeset 59332 for branches/6.7/src/wp-includes/blocks/latest-posts.php
- Timestamp:
- 10/31/2024 10:13:51 PM (15 months ago)
- Location:
- branches/6.7
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/blocks/latest-posts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.7
-
branches/6.7/src/wp-includes/blocks/latest-posts.php
r58187 r59332 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.