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:
parent
00b03f2a6f
commit
29ad3071a3
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user