mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 12:44:31 +00:00
I18N: Use the actual placeholder instead of a number in translator comments if the corresponding string does not use numbered placeholders.
Add missing translator comments in `WP_Theme_Install_List_Table` and `wp_notify_postauthor()`. Add missing commas in some translator comments. Fixes #43523. git-svn-id: https://develop.svn.wordpress.org/trunk@42827 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -463,7 +463,7 @@ if ( ! empty( $invalid ) ) {
|
||||
foreach ( $invalid as $plugin_file => $error ) {
|
||||
echo '<div id="message" class="error"><p>';
|
||||
printf(
|
||||
/* translators: 1: plugin file 2: error message */
|
||||
/* translators: 1: plugin file, 2: error message */
|
||||
__( 'The plugin %1$s has been <strong>deactivated</strong> due to an error: %2$s' ),
|
||||
'<code>' . esc_html( $plugin_file ) . '</code>',
|
||||
$error->get_error_message()
|
||||
|
||||
Reference in New Issue
Block a user