Make WordPress Core


Ignore:
Timestamp:
09/22/2008 03:27:48 AM (17 years ago)
Author:
azaozz
Message:

Bulk delete: only delete when Apply button is clicked, move Advanced Options to separate form

File:
1 edited

Legend:

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

    r8944 r8948  
    141141<div class="wrap">
    142142
    143 <form id="posts-filter" action="" method="get">
    144 
     143<form id="adv-settings" action="" method="get">
    145144<div id="show-settings"><a href="#edit_settings" id="show-settings-link" class="hide-if-no-js"><?php _e('Advanced Options') ?></a>
    146145<a href="#edit_settings" id="hide-settings-link" class="hide-if-js hide-if-no-js"><?php _e('Hide Options') ?></a></div>
     
    153152<br class="clear" />
    154153</div></div>
    155 </div>
     154<?php wp_nonce_field( 'hiddencolumns', 'hiddencolumnsnonce', false ); ?>
     155</div></form>
    156156
    157157    <h2><?php printf( current_user_can('manage_categories') ? __('Tags (<a href="%s">Add New</a>)') : __('Manage Tags'), '#addtag' ); ?></h2>
     
    159159<br class="clear" />
    160160
     161<form id="posts-filter" action="" method="get">
    161162<div class="tablenav">
    162163
     
    208209    </tbody>
    209210</table>
    210 <?php wp_nonce_field( 'hiddencolumns', 'hiddencolumnsnonce', false ); ?>
     211
    211212</form>
    212213
Note: See TracChangeset for help on using the changeset viewer.