Make WordPress Core


Ignore:
Timestamp:
01/20/2020 03:41:50 PM (6 years ago)
Author:
SergeyBiryukov
Message:

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

Props ramiy.
Fixes #49248.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/tools.php

    r45932 r47093  
    7171            <?php
    7272                printf(
    73                     /* translators: URL to Import screen. */
     73                    /* translators: %s: URL to Import screen. */
    7474                    __( '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.' ),
    7575                    'import.php'
Note: See TracChangeset for help on using the changeset viewer.