mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +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:
@@ -487,7 +487,7 @@ function wp_set_wpdb_vars() {
|
||||
if ( is_wp_error( $prefix ) ) {
|
||||
wp_load_translations_early();
|
||||
wp_die(
|
||||
/* translators: 1: $table_prefix 2: wp-config.php */
|
||||
/* translators: 1: $table_prefix, 2: wp-config.php */
|
||||
sprintf(
|
||||
__( '<strong>ERROR</strong>: %1$s in %2$s can only contain numbers, letters, and underscores.' ),
|
||||
'<code>$table_prefix</code>',
|
||||
|
||||
Reference in New Issue
Block a user