From 9b70561913024310025a59f7f26c77c5a472f045 Mon Sep 17 00:00:00 2001 From: Dion Hulse 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: https://develop.svn.wordpress.org/trunk@13779 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 ) {