From c3ae6305645ae44297d10d85ce4fbca42d9ee6ef Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Tue, 9 Jun 2009 03:38:38 +0000 Subject: [PATCH] Fix permission check on Edit Pages screen, props johnbillion, fixes #10074 git-svn-id: https://develop.svn.wordpress.org/trunk@11535 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 1c0abca30b..13faf1063b 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -1654,7 +1654,7 @@ foreach ($posts_columns as $column_name=>$column_display_name) { $attributes = 'class="post-title page-title column-title"' . $style; $edit_link = get_edit_post_link( $page->ID ); ?> - >ID ) ) { ?> + >ID ) ) { ?> ID) ) {