Changeset 5406 for branches/2.0/wp-admin/admin-functions.php
- Timestamp:
- 05/07/2007 04:10:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/admin-functions.php
r5121 r5406 1814 1814 </script> 1815 1815 <form enctype="multipart/form-data" id="uploadForm" method="post" action="<?php echo attribute_escape($action) ?>"> 1816 <?php wp_nonce_field('import-upload'); ?> 1816 1817 <label for="upload"><?php _e('File:'); ?></label><input type="file" id="upload" name="import" /> 1817 1818 <input type="hidden" name="action" value="save" />
Note: See TracChangeset
for help on using the changeset viewer.