diff --git a/wp-admin/includes/class-wp-comments-list-table.php b/wp-admin/includes/class-wp-comments-list-table.php index 1da3edd72f..6bf89d876c 100644 --- a/wp-admin/includes/class-wp-comments-list-table.php +++ b/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", diff --git a/wp-includes/version.php b/wp-includes/version.php index e37775580e..8978da6b2b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.