Make WordPress Core


Ignore:
Timestamp:
01/20/2020 03:41:50 PM (3 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/import.php

    r45932 r47093  
    162162                } else {
    163163                    $action = sprintf(
    164                         /* translators: URL to Import screen on the main site. */
     164                        /* translators: %s: URL to Import screen on the main site. */
    165165                        __( 'This importer is not installed. Please install importers from <a href="%s">the main site</a>.' ),
    166166                        get_admin_url( get_current_network_id(), 'import.php' )
Note: See TracChangeset for help on using the changeset viewer.