Changeset 12283
- Timestamp:
- 11/26/2009 08:13:31 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/media.php
r12246 r12283 1463 1463 1464 1464 <form enctype="multipart/form-data" method="post" action="<?php echo esc_attr($form_action_url); ?>" class="media-upload-form type-form validate" id="<?php echo $type; ?>-form"> 1465 <input type="submit" class="hidden" name="save" value="" >1465 <input type="submit" class="hidden" name="save" value="" /> 1466 1466 <input type="hidden" name="post_id" id="post_id" value="<?php echo (int) $post_id; ?>" /> 1467 1467 <?php wp_nonce_field('media-form'); ?>
Note: See TracChangeset
for help on using the changeset viewer.