Ticket #12165: 12165.patch
File 12165.patch, 691 bytes (added by , 15 years ago) |
---|
-
media.php
89 89 <?php screen_icon(); ?> 90 90 <h2><?php _e( 'Edit Media' ); ?></h2> 91 91 92 <form method="post" action="<?php echo esc_url( remove_query_arg( 'message') ); ?>" class="media-upload-form" id="media-single-form">92 <form method="post" action="<?php echo esc_url( remove_query_arg( array('message','action','attachment_id') ) ); ?>" class="media-upload-form" id="media-single-form"> 93 93 <p class="submit" style="padding-bottom: 0;"> 94 94 <input type="submit" class="button-primary" name="save" value="<?php esc_attr_e('Update Media'); ?>" /> 95 95 </p>