Make WordPress Core


Ignore:
Timestamp:
10/24/2017 10:46:27 PM (8 years ago)
Author:
SergeyBiryukov
Message:

I18N: Use a consistent pattern for translator comments for placeholders in some more Customizer strings.

See #41974.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r42005 r42006  
    595595        'themePreviewUnavailable' => __( 'Sorry, you can’t preview new themes when you have changes scheduled or saved as a draft. Please publish your changes, or wait until they publish to preview new themes.' ),
    596596        'themeInstallUnavailable' => sprintf(
    597             /* translators: %s is URL to Add Themes admin screen */
     597            /* translators: %s: URL to Add Themes admin screen */
    598598            __( 'You won&#8217;t be able to install new themes from here yet since your install requires SFTP credentials. For now, please <a href="%s">add themes in the admin</a>.' ),
    599599            esc_url( admin_url( 'theme-install.php' ) )
Note: See TracChangeset for help on using the changeset viewer.