Make WordPress Core


Ignore:
Timestamp:
10/13/2015 01:01:53 AM (9 years ago)
Author:
SergeyBiryukov
Message:

Format the number of comments in wp-includes/embed-template.php for the locale.

Props johnbillion.
Fixes #34276.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/embed-template.php

    r35089 r35096  
    164164                                        get_comments_number()
    165165                                    ),
    166                                     absint( get_comments_number() )
     166                                    number_format_i18n( get_comments_number() )
    167167                                );
    168168                                ?>
Note: See TracChangeset for help on using the changeset viewer.