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

git-svn-id: https://develop.svn.wordpress.org/trunk@12812 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2010-01-23 18:27:26 +00:00
parent 4f1b90798b
commit 5f968eaba5
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' ); ?>