mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Close post_latf and post_lonf input tags. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000171
git-svn-id: http://svn.automattic.com/wordpress/trunk@1465 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
23b42b5fc0
commit
0ac523d457
@ -140,8 +140,8 @@ if ($action != 'editcomment') {
|
||||
?>
|
||||
<br />
|
||||
<fieldset id="post_lat_lon">
|
||||
<label for="post_latf"><?php _e('Latitude:') ?></label><input size="8" type="text" value="<?php echo $edited_lat; ?>" name="post_latf">
|
||||
<label for="post_lonf"><?php _e('Longitude:') ?></label><input size="8" type="text" value="<?php echo $edited_lon; ?>" name="post_lonf"> <a href="http://www.geourl.org/resources.html" rel="external" ><?php _e('click for Geo Info') ?></a>
|
||||
<label for="post_latf"><?php _e('Latitude:') ?></label><input size="8" type="text" value="<?php echo $edited_lat; ?>" name="post_latf" />
|
||||
<label for="post_lonf"><?php _e('Longitude:') ?></label><input size="8" type="text" value="<?php echo $edited_lon; ?>" name="post_lonf" /> <a href="http://www.geourl.org/resources.html" rel="external"><?php _e('click for Geo Info') ?></a>
|
||||
</fieldset>
|
||||
<br />
|
||||
<?php
|
||||
|
Loading…
Reference in New Issue
Block a user