post_revisions_meta_box( WP_Post $post )

In this article

Displays list of revisions.

Parameters

$postWP_Postrequired
Current post object.

Source

function post_revisions_meta_box( $post ) {
	wp_list_post_revisions( $post );
}

Changelog

VersionDescription
2.6.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.