Displays list of revisions.
Parameters
$post
WP_Postrequired- Current post object.
Source
function post_revisions_meta_box( $post ) {
wp_list_post_revisions( $post );
}
Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |
Displays list of revisions.
$post
WP_Postrequiredfunction post_revisions_meta_box( $post ) {
wp_list_post_revisions( $post );
}
Version | Description |
---|---|
2.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.