From 60d2b654ac73c06b93db1d1a49bb269489e09fe4 Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Sat, 20 Mar 2010 01:10:01 +0000 Subject: [PATCH] Fix unset notice on Revisions page for custom post_types. Use $post object instead of relying on a Global git-svn-id: https://develop.svn.wordpress.org/trunk@13772 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/post-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php index b4189c9b9a..6e8ba5efe5 100644 --- a/wp-includes/post-template.php +++ b/wp-includes/post-template.php @@ -1190,7 +1190,7 @@ function wp_list_post_revisions( $post_id = 0, $args = null ) {
- +