From 6aa28b5bd3b0b2c1d0a1c8fc973d896352e5081e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 13 Oct 2015 01:01:53 +0000 Subject: [PATCH] Format the number of comments in `wp-includes/embed-template.php` for the locale. Props johnbillion. Fixes #34276. git-svn-id: https://develop.svn.wordpress.org/trunk@35096 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/embed-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/embed-template.php b/src/wp-includes/embed-template.php index 503f69595b..9d5371c22e 100644 --- a/src/wp-includes/embed-template.php +++ b/src/wp-includes/embed-template.php @@ -163,7 +163,7 @@ if ( have_posts() ) : '%s Comments', get_comments_number() ), - absint( get_comments_number() ) + number_format_i18n( get_comments_number() ) ); ?>