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

Props ramiy.
Fixes #49248.
Built from https://develop.svn.wordpress.org/trunk@47093


git-svn-id: http://core.svn.wordpress.org/trunk@46893 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2020-01-20 15:43:04 +00:00
parent c946a71d9d
commit 60c651ad6a
8 changed files with 8 additions and 8 deletions

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'
);