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:
Dion Hulse 2010-03-09 10:23:03 +00:00
parent 242b49b6f2
commit 969ed4c5f8
1 changed files with 1 additions and 0 deletions

View File

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