Fix taxonomy check so categories show in post quick edit. see #9674

git-svn-id: http://svn.automattic.com/wordpress/trunk@12812 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2010-01-23 18:27:26 +00:00
parent 44ba9a0ec0
commit 06f947e804
1 changed files with 1 additions and 1 deletions

View File

@ -1131,7 +1131,7 @@ function inline_edit_row( $screen ) {
</div></fieldset>
<?php if ( is_object_in_taxonomy($screen->post_type, 'categories') && !$bulk ) : ?>
<?php if ( is_object_in_taxonomy($screen->post_type, 'category') && !$bulk ) : ?>
<fieldset class="inline-edit-col-center inline-edit-categories"><div class="inline-edit-col">
<span class="title inline-edit-categories-label"><?php _e( 'Categories' ); ?>