From 29ad3071a3b9a731199b6d7a3857555fc83601ff Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 3 Sep 2019 00:56:42 +0000 Subject: [PATCH] I18N: Fix typo in a function name in [45932]. See #44360. git-svn-id: https://develop.svn.wordpress.org/trunk@45933 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-comments-list-table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/class-wp-comments-list-table.php b/src/wp-admin/includes/class-wp-comments-list-table.php index 1da3edd72f..6bf89d876c 100644 --- a/src/wp-admin/includes/class-wp-comments-list-table.php +++ b/src/wp-admin/includes/class-wp-comments-list-table.php @@ -653,7 +653,7 @@ class WP_Comments_List_Table extends WP_List_Table { } if ( 'spam' !== $the_comment_status ) { - $actions['spam'] = sprinf( + $actions['spam'] = sprintf( '%s', $spam_url, "delete:the-comment-list:comment-{$comment->comment_ID}::spam=1",