Ticket #8960: wordpress-post-form.patch
| File wordpress-post-form.patch, 589 bytes (added by , 17 years ago) |
|---|
-
wp-admin/edit-form-advanced.php
539 539 <?php if (isset($_GET['message'])) : ?> 540 540 <div id="message" class="updated fade"><p><?php echo $messages[$_GET['message']]; ?></p></div> 541 541 <?php endif; ?> 542 <form name="post" action="post.php" method="post" id="post" >542 <form name="post" action="post.php" method="post" id="post" enctype="multipart/form-data"> 543 543 <?php 544 544 545 545 if ( 0 == $post_ID)