From 751fdfbc47d6c8ce8b65451891fa38dc60d14985 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Sat, 31 Aug 2013 01:32:06 +0000 Subject: [PATCH] Remove display of 'Previously restored by' in the revisions meta box as it is busted. Fixes invalid markup (missing closing ul tag) when there was no previously restored revision. see #25051 for trunk. git-svn-id: https://develop.svn.wordpress.org/trunk@25194 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/post-template.php | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/src/wp-includes/post-template.php b/src/wp-includes/post-template.php index 793957fb9f..b811174de9 100644 --- a/src/wp-includes/post-template.php +++ b/src/wp-includes/post-template.php @@ -1428,31 +1428,5 @@ function wp_list_post_revisions( $post_id = 0, $type = 'all' ) { echo ""; }