From 3092ae5e3c7030c35edb14f015934a717e600ea0 Mon Sep 17 00:00:00 2001 From: markjaquith Date: Thu, 20 Mar 2008 04:30:38 +0000 Subject: [PATCH] Hide delete checkbox and remove edit link for entries the current user cannot delete or edit git-svn-id: http://svn.automattic.com/wordpress/trunk@7410 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-post-rows.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/edit-post-rows.php b/wp-admin/edit-post-rows.php index 15fba604e6..d99b70809b 100644 --- a/wp-admin/edit-post-rows.php +++ b/wp-admin/edit-post-rows.php @@ -40,7 +40,7 @@ foreach($posts_columns as $column_name=>$column_display_name) { case 'cb': ?> - + ID ) ) { ?> $column_display_name) { break; case 'title': ?> - "> + ID ) ) { ?>"> post_password) ) { _e(' — Protected'); } elseif ('private' == $post->post_status) { _e(' — Private'); } ?>