mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Lower case post. Props leftjustified. fixes #2908
git-svn-id: https://develop.svn.wordpress.org/trunk@3981 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1874,7 +1874,7 @@ function wp_import_cleanup($id) {
|
||||
|
||||
function wp_import_upload_form($action) {
|
||||
?>
|
||||
<form enctype="multipart/form-data" id="import-upload-form" method="POST" action="<?php echo $action ?>">
|
||||
<form enctype="multipart/form-data" id="import-upload-form" method="post" action="<?php echo $action ?>">
|
||||
<p>
|
||||
<label for="upload"><?php _e('Choose a file from your computer:'); ?></label> <input type="file" id="upload" name="import" size="25" />
|
||||
<input type="hidden" name="action" value="save" />
|
||||
|
||||
Reference in New Issue
Block a user