mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
I18N: Capitalize translator comments consistently, add trailing punctuation.
Includes minor code layout fixes. See #44360. git-svn-id: https://develop.svn.wordpress.org/trunk@45932 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -70,7 +70,7 @@ if ( current_user_can( 'import' ) ) :
|
||||
<p>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: URL to Import screen */
|
||||
/* translators: URL to Import screen. */
|
||||
__( 'If you want to convert your categories to tags (or vice versa), use the <a href="%s">Categories and Tags Converter</a> available from the Import screen.' ),
|
||||
'import.php'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user