Revert fat fingers in [18793]. see #18690

git-svn-id: https://develop.svn.wordpress.org/trunk@18794 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2011-09-27 14:33:51 +00:00
parent fddfc14c88
commit d7d3a5c41b
1 changed files with 1 additions and 0 deletions

View File

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