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';