Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/pluggable.php: get_userdata() | Retrieve user info by user ID. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/comment-template.php: get_comment_author | Filters the returned comment author name. |
wp-includes/comment.php: get_comment() | Retrieves comment data given a comment ID or comment object. |