Make WordPress Core

Changeset 12283


Ignore:
Timestamp:
11/26/2009 08:13:31 AM (15 years ago)
Author:
azaozz
Message:

Fix typo, props nacin, fixes #8557

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/media.php

    r12246 r12283  
    14631463
    14641464<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="" />
    14661466<input type="hidden" name="post_id" id="post_id" value="<?php echo (int) $post_id; ?>" />
    14671467<?php wp_nonce_field('media-form'); ?>
Note: See TracChangeset for help on using the changeset viewer.