Make WordPress Core


Ignore:
Timestamp:
07/05/2006 08:16:54 PM (20 years ago)
Author:
ryan
Message:

Lower case post. Props leftjustified. fixes #2908

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/wp-admin/admin-functions.php

    r3906 r3980  
    17661766}
    17671767</script>
    1768 <form enctype="multipart/form-data" id="uploadForm" method="POST" action="<?php echo $action ?>">
     1768<form enctype="multipart/form-data" id="uploadForm" method="post" action="<?php echo $action ?>">
    17691769<label for="upload"><?php _e('File:'); ?></label><input type="file" id="upload" name="import" />
    17701770<input type="hidden" name="action" value="save" />
Note: See TracChangeset for help on using the changeset viewer.