mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 20:54:29 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user