Lower case post. Props leftjustified. fixes #2908
git-svn-id: http://svn.automattic.com/wordpress/trunk@3981 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ae4cedc61a
commit
9894158868
|
@ -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" />
|
||||
|
|
|
@ -48,7 +48,7 @@ form {
|
|||
</head>
|
||||
<body id="sidebar">
|
||||
<h1 id="wphead"><a href="http://wordpress.org/" rel="external">WordPress</a></h1>
|
||||
<form name="post" action="post.php" method="POST">
|
||||
<form name="post" action="post.php" method="post">
|
||||
<div><input type="hidden" name="action" value="post" />
|
||||
<input type="hidden" name="user_ID" value="<?php echo $user_ID ?>" />
|
||||
<input type="hidden" name="mode" value="sidebar" />
|
||||
|
|
Loading…
Reference in New Issue