Uses
Uses | Description |
---|---|
wp-includes/post-template.php: wp_list_post_revisions() | Display a list of a post’s revisions. |
Display list of revisions.
(object) (Required)
File: wp-admin/includes/meta-boxes.php
function post_revisions_meta_box( $post ) { wp_list_post_revisions( $post ); }
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