post_revisions_meta_box( WP_Post $post )

Display list of revisions.

Parameters

$post

(WP_Post) (Required)

Source

File: wp-admin/includes/meta-boxes.php

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

Changelog

Version Description
2.6.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/post_revisions_meta_box