post_revisions_meta_box() – Display list of revisions.
You appear to be a bot. Output may be restricted
Description
Displays list of revisions.
Usage
post_revisions_meta_box( $post );
Parameters
- $post
- ( WP_Post ) required – Current post object.
Returns
void
Source
File name: wordpress/wp-admin/includes/meta-boxes.php
Lines:
1 to 3 of 3
function post_revisions_meta_box( $post ) { wp_list_post_revisions( $post ); }