Make WordPress Core


Ignore:
Timestamp:
05/07/2007 04:10:20 PM (17 years ago)
Author:
ryan
Message:

Add nonces to importers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/wp-admin/admin-functions.php

    r5121 r5406  
    18141814</script>
    18151815<form enctype="multipart/form-data" id="uploadForm" method="post" action="<?php echo attribute_escape($action) ?>">
     1816<?php wp_nonce_field('import-upload'); ?>
    18161817<label for="upload"><?php _e('File:'); ?></label><input type="file" id="upload" name="import" />
    18171818<input type="hidden" name="action" value="save" />
Note: See TracChangeset for help on using the changeset viewer.