Typo fix. see #12186

git-svn-id: http://svn.automattic.com/wordpress/trunk@13308 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2010-02-22 20:15:48 +00:00
parent 05edcb0c45
commit 2518cd05bc
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') ?>