Changeset 3981
- Timestamp:
- 07/05/2006 08:18:56 PM (20 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
-
admin-functions.php (modified) (1 diff)
-
sidebar.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" /> -
trunk/wp-admin/sidebar.php
r3268 r3981 49 49 <body id="sidebar"> 50 50 <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"> 52 52 <div><input type="hidden" name="action" value="post" /> 53 53 <input type="hidden" name="user_ID" value="<?php echo $user_ID ?>" />
Note: See TracChangeset
for help on using the changeset viewer.