Changeset 3983 for trunk/wp-admin/inline-uploading.php
- Timestamp:
- 07/05/2006 08:28:02 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/inline-uploading.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/inline-uploading.php
r3946 r3983 285 285 <head> 286 286 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_settings('blog_charset'); ?>" /> 287 <title></title> 287 288 <meta http-equiv="imagetoolbar" content="no" /> 288 289 <script type="text/javascript"> 290 // <![CDATA[ 289 291 /* Define any variables we'll need, such as alternate URLs. */ 290 292 <?php echo $script; ?> … … 424 426 win.edInsertContent(win.edCanvas, h); 425 427 } 428 // ]]> 426 429 </script> 427 430 <style type="text/css"> … … 664 667 <?php elseif ( $action == 'upload' ) : ?> 665 668 <div class="tip"></div> 666 <form enctype="multipart/form-data" id="uploadForm" method=" POST" action="<?php echo basename(__FILE__); ?>">669 <form enctype="multipart/form-data" id="uploadForm" method="post" action="<?php echo basename(__FILE__); ?>"> 667 670 <table style="width:99%;"> 668 671 <tr> … … 695 698 </tr> 696 699 </table> 697 </div>698 700 </form> 699 701 <?php elseif ( $action == 'links' ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.