Uses
Uses | Description |
---|---|
wp-includes/functions.php: mysql2date() | Convert given MySQL date string into a different format. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/comment-template.php: get_comment_date | Filters the returned comment date. |
wp-includes/comment.php: get_comment() | Retrieves comment data given a comment ID or comment object. |