wp/wp-includes/blocks/latest-posts.php
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
--- a/wp/wp-includes/blocks/latest-posts.php	Fri Sep 05 18:40:08 2025 +0200
+++ b/wp/wp-includes/blocks/latest-posts.php	Fri Sep 05 18:52:52 2025 +0200
@@ -123,7 +123,7 @@
 		if ( isset( $attributes['displayAuthor'] ) && $attributes['displayAuthor'] ) {
 			$author_display_name = get_the_author_meta( 'display_name', $post->post_author );
 
-			/* translators: byline. %s: current author. */
+			/* translators: byline. %s: author. */
 			$byline = sprintf( __( 'by %s' ), $author_display_name );
 
 			if ( ! empty( $author_display_name ) ) {