Make WordPress Core


Ignore:
Timestamp:
06/09/2010 04:52:25 PM (16 years ago)
Author:
ryan
Message:

Set the screen for add-tag ajax requests. see #13783

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-tags.php

    r15175 r15178  
    384384<form id="addtag" method="post" action="edit-tags.php" class="validate">
    385385<input type="hidden" name="action" value="add-tag" />
     386<input type="hidden" name="screen" value="<?php echo esc_attr($current_screen->id); ?>" />
    386387<input type="hidden" name="taxonomy" value="<?php echo esc_attr($taxonomy); ?>" />
    387388<?php wp_nonce_field('add-tag'); ?>
Note: See TracChangeset for help on using the changeset viewer.