mirror of
git://develop.git.wordpress.org/
synced 2025-02-24 00:24:52 +01:00
Typo fix from hansengel. fixes #5676
git-svn-id: https://develop.svn.wordpress.org/trunk@6628 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
fc12afebbc
commit
2992408edd
@ -41,7 +41,7 @@ function image_upload_form( $action_url, $values = array(), $error = null ) {
|
|||||||
<label for="image-url" class="form-help"><?php _e('e.g., http://www.wordpress.org/'); ?></label></p>
|
<label for="image-url" class="form-help"><?php _e('e.g., http://www.wordpress.org/'); ?></label></p>
|
||||||
<p><label for="image-title"><?php _e('<title>'); ?></label>
|
<p><label for="image-title"><?php _e('<title>'); ?></label>
|
||||||
<input type="text" name="image-title" id="image-title" />
|
<input type="text" name="image-title" id="image-title" />
|
||||||
<label for="image-url" class="form-help"><?php _e('e.g., The Mona Lisa, one of many paintings in the Lourve'); ?></label></p>
|
<label for="image-url" class="form-help"><?php _e('e.g., The Mona Lisa, one of many paintings in the Louvre'); ?></label></p>
|
||||||
<fieldset id="image-align">
|
<fieldset id="image-align">
|
||||||
<legend><?php _e('Alignment'); ?></legend>
|
<legend><?php _e('Alignment'); ?></legend>
|
||||||
<input type="radio" name="image-align" id="image-align-none" value="none" <?php if ($image_align == 'none' || !$image_align) echo ' checked="checked"'; ?>/>
|
<input type="radio" name="image-align" id="image-align-none" value="none" <?php if ($image_align == 'none' || !$image_align) echo ' checked="checked"'; ?>/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user