Uses
Uses | Description |
---|---|
wp-includes/post-template.php: wp_post_revision_title_expanded | Filters the formatted author and date for a revision. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/l10n.php: _x() | Retrieve translated string with gettext context. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: human_time_diff() | Determines the difference between two timestamps. |
wp-includes/pluggable.php: get_avatar() | Retrieve the avatar |
wp-includes/functions.php: date_i18n() | Retrieves the date in localized format, based on a sum of Unix timestamp and timezone offset in seconds. |
wp-includes/link-template.php: get_edit_post_link() | Retrieves the edit post link for post. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/revision.php: wp_is_post_autosave() | Determines if the specified post is an autosave. |
wp-includes/revision.php: wp_is_post_revision() | Determines if the specified post is a revision. |
wp-includes/author-template.php: get_the_author_meta() | Retrieves the requested data of the author of the current post. |