From 44e23c2dabdbc74e92e9e7b5648f0c6ab8535508 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 4 Oct 2017 13:22:48 +0000 Subject: [PATCH] Twenty Sixteen: Make sure comment number comparison in `comments.php` works as expected. `get_comments_number()` returns a numeric string, not an integer. See #39660. Built from https://develop.svn.wordpress.org/trunk@41729 git-svn-id: http://core.svn.wordpress.org/trunk@41563 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentysixteen/comments.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentysixteen/comments.php b/wp-content/themes/twentysixteen/comments.php index 5352c91040..7ff5b32d0c 100644 --- a/wp-content/themes/twentysixteen/comments.php +++ b/wp-content/themes/twentysixteen/comments.php @@ -26,7 +26,7 @@ if ( post_password_required() ) {