Core Function
View Source on Trac ↗ wp_post_revision_title_expanded()
wp_post_revision_title_expanded( mixed $revision, mixed $link = true ) Retrieves formatted date timestamp of a revision (linked to that revisions's page).
Parameters 1 required
| Name / Type | Description |
|---|---|
| (int | | WP_Post) $revision Revision ID or revision object. Required |
| $link bool | Optional. Whether to link to revision's page. Default true. |
Return Value
((string)
| false) gravatar, user, i18n formatted datetimestamp or localized 'Current Revision'.
Function Information
Since Version
3.6.0
Source File
wp-includes/post-template.php
Advertisement