Make WordPress Core


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

    r45932 r47093  
    101101                'page_for_privacy_policy',
    102102                sprintf(
    103                     /* translators: URL to Pages Trash. */
     103                    /* translators: %s: URL to Pages Trash. */
    104104                    __( 'The currently selected Privacy Policy page is in the trash. Please create or select a new Privacy Policy page or <a href="%s">restore the current page</a>.' ),
    105105                    'edit.php?post_status=trash&post_type=page'
Note: See TracChangeset for help on using the changeset viewer.