mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-13 05:10:18 +00:00
I18N: Add missing placeholders to some translators comments in wp-admin.
Props ramiy. Fixes #49248. git-svn-id: https://develop.svn.wordpress.org/trunk@47093 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -161,7 +161,7 @@ if ( empty( $importers ) ) {
|
||||
);
|
||||
} else {
|
||||
$action = sprintf(
|
||||
/* translators: URL to Import screen on the main site. */
|
||||
/* translators: %s: URL to Import screen on the main site. */
|
||||
__( 'This importer is not installed. Please install importers from <a href="%s">the main site</a>.' ),
|
||||
get_admin_url( get_current_network_id(), 'import.php' )
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user