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
This commit is contained in:
Sergey Biryukov 2019-09-03 00:56:42 +00:00
parent 00b03f2a6f
commit 29ad3071a3
1 changed files with 1 additions and 1 deletions

View File

@ -653,7 +653,7 @@ class WP_Comments_List_Table extends WP_List_Table {
}
if ( 'spam' !== $the_comment_status ) {
$actions['spam'] = sprinf(
$actions['spam'] = sprintf(
'<a href="%s" data-wp-lists="%s" class="vim-s vim-destructive aria-button-if-js" aria-label="%s">%s</a>',
$spam_url,
"delete:the-comment-list:comment-{$comment->comment_ID}::spam=1",