Changeset 3980
- Timestamp:
- 07/05/2006 08:16:54 PM (18 years ago)
- Location:
- branches/2.0/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/admin-functions.php
r3906 r3980 1766 1766 } 1767 1767 </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 ?>"> 1769 1769 <label for="upload"><?php _e('File:'); ?></label><input type="file" id="upload" name="import" /> 1770 1770 <input type="hidden" name="action" value="save" /> -
branches/2.0/wp-admin/sidebar.php
r3268 r3980 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.