From 42b507572cf772ebc50f2b55eb21d73a0fbad4e5 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Sun, 10 Jun 2012 16:22:55 +0000 Subject: [PATCH] In excerpt view, show the excerpt only if the user can read_post. git-svn-id: https://develop.svn.wordpress.org/trunk@21047 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/class-wp-posts-list-table.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-admin/includes/class-wp-posts-list-table.php b/wp-admin/includes/class-wp-posts-list-table.php index b9504003b9..613cff8236 100644 --- a/wp-admin/includes/class-wp-posts-list-table.php +++ b/wp-admin/includes/class-wp-posts-list-table.php @@ -527,9 +527,8 @@ class WP_Posts_List_Table extends WP_List_Table { ?> >post_status != 'trash' ) { ?> ID ) ) the_excerpt(); - } } $actions = array();