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
This commit is contained in:
Sergey Biryukov
2015-10-13 01:01:53 +00:00
parent 380d27331e
commit 6aa28b5bd3

View File

@@ -163,7 +163,7 @@ if ( have_posts() ) :
'%s <span class="screen-reader-text">Comments</span>',
get_comments_number()
),
absint( get_comments_number() )
number_format_i18n( get_comments_number() )
);
?>
</a>