Twenty Twenty-One: Capitalize translator comments consistently.

Follow-up to [45932].

See #51800.
Built from https://develop.svn.wordpress.org/trunk@50233


git-svn-id: http://core.svn.wordpress.org/trunk@49894 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2021-02-07 12:28:08 +00:00
parent 1aca7e8b25
commit 48469c6a8f
10 changed files with 22 additions and 22 deletions

View File

@@ -18,7 +18,7 @@
<h1 class="page-title">
<?php
printf(
/* translators: %s: search term. */
/* translators: %s: Search term. */
esc_html__( 'Results for "%s"', 'twentytwentyone' ),
'<span class="page-description search-term">' . esc_html( get_search_query() ) . '</span>'
);
@@ -39,7 +39,7 @@
<?php
printf(
'<p>' . wp_kses(
/* translators: 1: link to WP admin new post page. */
/* translators: 1: Link to WP admin new post page. */
__( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'twentytwentyone' ),
array(
'a' => array(