Uses
Uses | Description |
---|---|
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/functions.php: _deprecated_argument() | Mark a function argument as deprecated and inform when it has been used. |
wp-includes/post-template.php: wp_post_revision_title_expanded() | Retrieve formatted date timestamp of a revision (linked to that revisions’s page). |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/revision.php: wp_get_post_revisions() | Returns all revisions of specified post. |
wp-includes/revision.php: wp_is_post_autosave() | Determines if the specified post is an autosave. |