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:
Sergey Biryukov 2015-09-18 19:00:20 +00:00
parent 21a41c100f
commit 039ce30818
1 changed files with 1 additions and 1 deletions

View File

@ -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>'
),