Typo fix. see #12186

git-svn-id: https://develop.svn.wordpress.org/trunk@13308 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2010-02-22 20:15:48 +00:00
parent ecf94d5e85
commit fb28a4ec5b
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ if ( get_background_image() ) : ?>
<?php endif; ?>
<h2><?php _e('Upload New Background Image'); ?></h2>
<form enctype="multipart/form-data" id="uploadFrom" method="POST" action="<?php echo esc_attr(add_query_arg('step', 2)) ?>">
<form enctype="multipart/form-data" id="uploadForm" method="POST" action="<?php echo esc_attr(add_query_arg('step', 2)) ?>">
<label for="upload"><?php _e('Choose an image from your computer:'); ?></label><br /><input type="file" id="upload" name="import" />
<input type="hidden" name="action" value="save" />
<?php wp_nonce_field('custom-background') ?>