I18N: Capitalize translator comments consistently, add trailing punctuation.
Includes minor code layout fixes. See #44360. Built from https://develop.svn.wordpress.org/trunk@45932 git-svn-id: http://core.svn.wordpress.org/trunk@45743 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -83,7 +83,7 @@ if ( is_blog_admin() && current_user_can( 'edit_posts' ) ) {
|
||||
}
|
||||
|
||||
$help .= '<p>' . sprintf(
|
||||
/* translators: %s: WordPress Planet URL */
|
||||
/* translators: %s: WordPress Planet URL. */
|
||||
__( '<strong>WordPress Events and News</strong> — Upcoming events near you as well as the latest news from the official WordPress project and the <a href="%s">WordPress Planet</a>.' ),
|
||||
__( 'https://planet.wordpress.org/' )
|
||||
) . '</p>';
|
||||
|
||||
Reference in New Issue
Block a user