Changeset 13521
- Timestamp:
- 03/01/2010 01:09:29 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/media.php
r12546 r13521 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="" 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'); ?>" />
Note: See TracChangeset
for help on using the changeset viewer.