Ticket #2908: lower-case-post.diff
| File lower-case-post.diff, 1.2 KB (added by , 20 years ago) |
|---|
-
wp-admin/admin-functions.php
1765 1765 o.submit(); 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" /> 1771 1771 <div id="buttons"> -
wp-admin/sidebar.php
48 48 </head> 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 ?>" /> 54 54 <input type="hidden" name="mode" value="sidebar" />
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)