I18N: Add missing placeholders to some translators comments in wp-admin.

Props ramiy.
Fixes #49248.

git-svn-id: https://develop.svn.wordpress.org/trunk@47093 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-01-20 15:41:50 +00:00
parent 49402824a1
commit 9b5ac0f6b6
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ if ( current_user_can( 'import' ) ) :
<p>
<?php
printf(
/* translators: URL to Import screen. */
/* translators: %s: 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'
);