W3cubDocs

/WordPress

post_revisions_meta_box( object $post )

Display list of revisions.

Parameters

$post

(object) (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–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/post_revisions_meta_box