From bbb94f1d10805d038a563ce08f999891b7682413 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 27 Aug 2008 21:35:22 +0000 Subject: [PATCH] Add sub page padding back. see #7552 git-svn-id: https://develop.svn.wordpress.org/trunk@8756 602fd350-edb4-49c9-b593-d223f7449a82 --- 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'); }