WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/wp post revision title expanded

Description

Retrieve formatted date timestamp of a revision (linked to that revisions's page).

Parameters

$revision
(mixed) (required) Revision ID or revision object. Accepts int or object.
Default: None
$link
(boolean) (optional) If revision page should be linked to.
Default: true

Return

(string) 
Gravatar, user, i18n formatted datetimestamp or localized 'Current Revision'.

Usage

 <?php  ?> 

Example

Description text

Example code

Change Log

Source File

wp_post_revision_title_expanded() is located in wp-includes/post-template.php.

Related

Function ref links

This article is marked as in need of editing. You can help Codex by editing it.
This page is marked as incomplete. You can help Codex by expanding it.