Changeset 3981

Show
Ignore:
Timestamp:
07/05/06 20:18:56 (3 years ago)
Author:
ryan
Message:

Lower case post. Props leftjustified. fixes #2908

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/admin-functions.php

    r3970 r3981  
    18751875function wp_import_upload_form($action) { 
    18761876?> 
    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 ?>"> 
    18781878<p> 
    18791879<label for="upload"><?php _e('Choose a file from your computer:'); ?></label> <input type="file" id="upload" name="import" size="25" /> 
  • trunk/wp-admin/sidebar.php

    r3268 r3981  
    4949<body id="sidebar"> 
    5050<h1 id="wphead"><a href="http://wordpress.org/" rel="external">WordPress</a></h1> 
    51 <form name="post" action="post.php" method="POST"> 
     51<form name="post" action="post.php" method="post"> 
    5252<div><input type="hidden" name="action" value="post" /> 
    5353<input type="hidden" name="user_ID" value="<?php echo $user_ID ?>" />