Fix inline taxonomy Quick Edit. Props mdawaffe. See #12553
git-svn-id: https://develop.svn.wordpress.org/trunk@13624 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
242b49b6f2
commit
969ed4c5f8
@ -68,6 +68,7 @@ function inline_edit_term_row($type, $taxonomy) {
|
||||
<img class="waiting" style="display:none;" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" />
|
||||
<span class="error" style="display:none;"></span>
|
||||
<?php wp_nonce_field( 'taxinlineeditnonce', '_inline_edit', false ); ?>
|
||||
<input type="hidden" name="taxonomy" value="<?php echo esc_attr( $tax->name ); ?>" />
|
||||
<br class="clear" />
|
||||
</p>
|
||||
</td></tr>
|
||||
|
Loading…
Reference in New Issue
Block a user