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:
parent
4f91aae382
commit
a19426f36a
@ -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>'
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user