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'); }