Batch editing, first cut, see #6815

git-svn-id: https://develop.svn.wordpress.org/trunk@8973 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-09-25 13:42:34 +00:00
parent 2f943e7cc5
commit 36c04753fb
18 changed files with 422 additions and 167 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ if ( $page_links )
<?php endif; ?>
<option value="delete"><?php _e('Delete'); ?></option>
</select>
<input type="submit" name="doaction" value="<?php _e('Apply'); ?>" class="button-secondary apply" />
<input type="submit" name="doaction" id="doaction" value="<?php _e('Apply'); ?>" class="button-secondary apply" />
<?php wp_nonce_field('bulk-comments'); ?>
<?php if ( isset($_GET['apage']) ) { ?>
<input type="hidden" name="apage" value="<?php echo absint( $_GET['apage'] ); ?>" />