From b30dcc3f62acdd8e9f21f0e37370cca26c3acbc3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 13 Oct 2015 01:02:25 +0000 Subject: [PATCH] Format the number of comments in `wp-includes/embed-template.php` for the locale. Props johnbillion. Fixes #34276. Built from https://develop.svn.wordpress.org/trunk@35096 git-svn-id: http://core.svn.wordpress.org/trunk@35061 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/embed-template.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/embed-template.php b/wp-includes/embed-template.php index 503f69595b..9d5371c22e 100644 --- a/wp-includes/embed-template.php +++ b/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() ) ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index e335b79e5d..30997f2a05 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-35095'; +$wp_version = '4.4-alpha-35096'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.