Make WordPress Core


Ignore:
Timestamp:
02/12/2009 12:00:01 AM (16 years ago)
Author:
ryan
Message:

More custom taxonomy support for edit-tags.php

File:
1 edited

Legend:

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

    r10554 r10555  
    158158<div class="col-wrap">
    159159<form id="posts-filter" action="" method="get">
     160<input type="hidden" name="taxonomy" value="<?php echo attribute_escape($taxonomy); ?>" />
    160161<div class="tablenav">
    161162<?php
     
    259260<form name="addtag" id="addtag" method="post" action="edit-tags.php" class="add:the-list: validate">
    260261<input type="hidden" name="action" value="addtag" />
     262<input type="hidden" name="taxonomy" value="<?php echo attribute_escape($taxonomy); ?>" />
    261263<?php wp_original_referer_field(true, 'previous'); wp_nonce_field('add-tag'); ?>
    262264
Note: See TracChangeset for help on using the changeset viewer.