From 97cbf72bf9b0339eff223fa58e4f668128254f82 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 3 Sep 2019 00:57:54 +0000 Subject: [PATCH] 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 --- wp-admin/includes/class-wp-comments-list-table.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.