Typo fix. see #12186
git-svn-id: https://develop.svn.wordpress.org/trunk@13308 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ecf94d5e85
commit
fb28a4ec5b
@ -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') ?>
|
||||
|
Loading…
Reference in New Issue
Block a user