Comments: Add missing placeholder for `printf()` after [36683].

Fixes #35392.

git-svn-id: https://develop.svn.wordpress.org/trunk@36767 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia 2016-02-28 21:38:33 +00:00
parent 4f91aae382
commit a19426f36a
1 changed files with 1 additions and 1 deletions

View File

@ -714,7 +714,7 @@ function _wp_dashboard_recent_comments_row( &$comment, $show_date = true ) {
} else {
printf(
/* translators: 1: type of comment, 2: notification if the comment is pending */
_x( '%1$s', 'dashboard' ),
_x( '%1$s %2$s', 'dashboard' ),
"<strong>$type</strong>",
'<span class="approve">' . __( '[Pending]' ) . '</span>'
);