Uses
Uses | Description |
---|---|
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/l10n.php: _n() | Translates and retrieves the singular or plural form based on the supplied number. |
wp-includes/functions.php: number_format_i18n() | Convert float number to format based on the locale. |
wp-includes/link-template.php: admin_url() | Retrieves the URL to the admin area for the current site. |
wp-includes/class-wp-admin-bar.php: WP_Admin_Bar::add_node() | Adds a node to the menu. |
wp-includes/comment.php: wp_count_comments() | Retrieves the total comment counts for the whole site or a single post. |