From 68562ccc93087fa4a8d9584848f6445fa9e4d5a5 Mon Sep 17 00:00:00 2001 From: dd32 Date: Sat, 20 Mar 2010 03:05:25 +0000 Subject: [PATCH] Fix Quick edit for non-page Hierarchical post_types. See #12643 git-svn-id: http://svn.automattic.com/wordpress/trunk@13779 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-post-rows.php | 2 +- wp-admin/includes/template.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/edit-post-rows.php b/wp-admin/edit-post-rows.php index 0507f725f0..2bf88416cd 100644 --- a/wp-admin/edit-post-rows.php +++ b/wp-admin/edit-post-rows.php @@ -10,7 +10,7 @@ if ( !defined('ABSPATH') ) die('-1'); ?> - +
diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 9c53608648..bb53a2a054 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -994,7 +994,7 @@ function inline_edit_row( $screen ) {