Changeset 3981 for trunk/wp-admin/admin-functions.php
- Timestamp:
- 07/05/2006 08:18:56 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/admin-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r3970 r3981 1875 1875 function wp_import_upload_form($action) { 1876 1876 ?> 1877 <form enctype="multipart/form-data" id="import-upload-form" method=" POST" action="<?php echo $action ?>">1877 <form enctype="multipart/form-data" id="import-upload-form" method="post" action="<?php echo $action ?>"> 1878 1878 <p> 1879 1879 <label for="upload"><?php _e('Choose a file from your computer:'); ?></label> <input type="file" id="upload" name="import" size="25" />
Note: See TracChangeset
for help on using the changeset viewer.