From 4d05d30ce534a3db1bc3e114cfd842fdbd461085 Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 27 Aug 2008 21:35:22 +0000 Subject: [PATCH] Add sub page padding back. see #7552 git-svn-id: http://svn.automattic.com/wordpress/trunk@8756 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index d559bd8cc5..2a947575f0 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -687,7 +687,7 @@ foreach ($posts_columns as $column_name=>$column_display_name) { case 'title': $edit_link = get_edit_post_link( $page->ID ); ?> - ID ) ) { ?>"> + ID ) ) { ?>"> post_password) ) { _e(' — Protected'); } elseif ('private' == $post->post_status) { _e(' — Private'); }