I18N: Fix typo in a function name in [45932].

See #44360.
Built from https://develop.svn.wordpress.org/trunk@45933


git-svn-id: http://core.svn.wordpress.org/trunk@45744 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-09-03 00:57:54 +00:00
parent e199663322
commit 97cbf72bf9
2 changed files with 2 additions and 2 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",

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-alpha-45932';
$wp_version = '5.3-alpha-45933';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.