From 6c1f1b642aa06cbcda123c1b1ecb8be117ffb844 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 27 Sep 2011 14:33:51 +0000 Subject: [PATCH] Revert fat fingers in [18793]. see #18690 git-svn-id: http://svn.automattic.com/wordpress/trunk@18794 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/screen.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/includes/screen.php b/wp-admin/includes/screen.php index cb6eb9f2aa..565a455462 100644 --- a/wp-admin/includes/screen.php +++ b/wp-admin/includes/screen.php @@ -734,6 +734,7 @@ final class WP_Screen { if ( empty($typenow) ) $typenow = 'post'; $this->id .= '-' . $typenow; + $this->post_type = $typenow; } elseif ( 'post' == $this->id ) { if ( empty($typenow) ) $typenow = 'post';