Include placeholder in translator comment.
See #31864. git-svn-id: https://develop.svn.wordpress.org/trunk@34305 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
21a41c100f
commit
039ce30818
@ -1309,7 +1309,7 @@ function wp_ajax_add_user( $action ) {
|
||||
'data' => $wp_list_table->single_row( $user_object, '', $role ),
|
||||
'supplemental' => array(
|
||||
'show-link' => sprintf(
|
||||
/* translators: the new user */
|
||||
/* translators: %s: the new user */
|
||||
__( 'User %s added' ),
|
||||
'<a href="#user-' . $user_id . '">' . $user_object->user_login . '</a>'
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user