Displays list of revisions.
Parameters
$postWP_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.
$postWP_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.