Filters the formatted author and date for a revision.
$revision_date_authorstring$revisionWP_Post$linkboolwp-includes/post-template.php:2010wp_post_revision_title_expanded() * * @param string $revision_date_author The formatted string. * @param WP_Post $revision The revision object. * @param bool $link Whether to link to the revisions page, as passed into * wp_post_revision_title_expanded(). */ return apply_filters( 'wp_post_revision_title_expanded', $revision_date_author, $revision, $link );} /** * Displays a list of a post's revisions. * * Can output either a UL with edit links or a TABLE with diff interface, andIntroduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.