Changeset 14548 for trunk/wp-admin/upload.php
- Timestamp:
- 05/10/2010 08:55:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upload.php
r14374 r14548 262 262 263 263 <form id="posts-filter" action="" method="get"> 264 <?php wp_nonce_field('bulk-media'); ?> 264 265 <?php if ( have_posts() || isset( $orphans ) ) { ?> 265 266 <div class="tablenav"> … … 301 302 </select> 302 303 <input type="submit" value="<?php esc_attr_e('Apply'); ?>" name="doaction" id="doaction" class="button-secondary action" /> 303 <?php wp_nonce_field('bulk-media'); ?>304 304 305 305 <?php
Note: See TracChangeset
for help on using the changeset viewer.