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:
parent
44ba9a0ec0
commit
06f947e804
|
@ -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' ); ?>
|
||||
|
|
Loading…
Reference in New Issue