wpseek.com
A WordPress-centric search engine for devs and theme authors



post_revisions_meta_box › WordPress Function

Since2.6.0
Deprecatedn/a
post_revisions_meta_box ( $post )
Parameters:
  • (WP_Post) $post Current post object.
    Required: Yes
Defined at:
Codex:

Displays list of revisions.



Source

function post_revisions_meta_box( $post ) {
	wp_list_post_revisions( $post );
}