diff --git a/src/wp-content/themes/twentytwentyone/comments.php b/src/wp-content/themes/twentytwentyone/comments.php index edb96c7e43..ab865234cf 100644 --- a/src/wp-content/themes/twentytwentyone/comments.php +++ b/src/wp-content/themes/twentytwentyone/comments.php @@ -36,7 +36,7 @@ $twenty_twenty_one_comment_count = get_comments_number(); '', - /* translators: %: page number. */ + /* translators: %: Page number. */ 'pagelink' => esc_html__( 'Page %', 'twentytwentyone' ), ) ); @@ -55,7 +55,7 @@ while ( have_posts() ) { if ( wp_get_post_parent_id( $post ) ) { echo ''; printf( - /* translators: %s: parent post. */ + /* translators: %s: Parent post. */ esc_html__( 'Published in %s', 'twentytwentyone' ), '' . esc_html( get_the_title( wp_get_post_parent_id( $post ) ) ) . '' ); diff --git a/src/wp-content/themes/twentytwentyone/inc/template-tags.php b/src/wp-content/themes/twentytwentyone/inc/template-tags.php index 35c428bfad..c15f0d4459 100644 --- a/src/wp-content/themes/twentytwentyone/inc/template-tags.php +++ b/src/wp-content/themes/twentytwentyone/inc/template-tags.php @@ -25,7 +25,7 @@ if ( ! function_exists( 'twenty_twenty_one_posted_on' ) ) { ); echo ''; printf( - /* translators: %s: publish date. */ + /* translators: %s: Publish date. */ esc_html__( 'Published %s', 'twentytwentyone' ), $time_string // phpcs:ignore WordPress.Security.EscapeOutput ); @@ -45,7 +45,7 @@ if ( ! function_exists( 'twenty_twenty_one_posted_by' ) ) { if ( ! get_the_author_meta( 'description' ) && post_type_supports( get_post_type(), 'author' ) ) { echo '