From d8250fa8ce28092c89dfbfe5af4976a5becf3aa5 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 25 Sep 2006 01:19:08 +0000 Subject: [PATCH] Use delete_page cap. Props activeingredient. fixes #3162 git-svn-id: https://develop.svn.wordpress.org/trunk@4220 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/admin-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/admin-functions.php b/wp-admin/admin-functions.php index 08f3859095..9e2f08da23 100644 --- a/wp-admin/admin-functions.php +++ b/wp-admin/admin-functions.php @@ -787,7 +787,7 @@ function page_rows($parent = 0, $level = 0, $pages = 0, $hierarchy = true) { post_modified); ?> " . __('Edit') . ""; } ?> - " . __('Delete') . ""; } ?> + " . __('Delete') . ""; } ?>