Uses
Uses | Description |
---|---|
wp-includes/l10n.php: _n() | Translates and retrieves the singular or plural form based on the supplied number. |
wp-includes/l10n.php: _x() | Retrieve translated string with gettext context. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/functions.php: number_format_i18n() | Convert float number to format based on the locale. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/comment-template.php: get_comments_number() | Retrieves the amount of comments a post has. |
wp-includes/comment-template.php: comments_number | Filters the comments count for display. |