Validation fixes. Bug 0000170.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1496 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d45cb4460a
commit
911e73fdff
|
@ -3,7 +3,7 @@
|
|||
<?php bloginfo('version'); ?> — <a href="http://wordpress.org/support/"><?php _e('Support Forums'); ?></a><br />
|
||||
<?php printf(__('%s seconds'), number_format(timer_stop(), 2)); ?>
|
||||
</p>
|
||||
<p> <a href="http://getfirefox.com/" title="<?php _e('WordPress recommends the open-source Firefox browser') ?>"><img src="http://www.mozilla.org/products/firefox/buttons/getfirefox_88x31.png" width="88" height="31" alt="Get Firefox"></a></p>
|
||||
<p> <a href="http://getfirefox.com/" title="<?php _e('WordPress recommends the open-source Firefox browser') ?>"><img src="http://www.mozilla.org/products/firefox/buttons/getfirefox_88x31.png" width="88" height="31" alt="Get Firefox" /></a></p>
|
||||
</div>
|
||||
<?php do_action('admin_footer', ''); ?>
|
||||
</body>
|
||||
|
|
|
@ -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" id="post_latf" />
|
||||
<label for="post_lonf"><?php _e('Longitude:') ?></label><input size="8" type="text" value="<?php echo $edited_lon; ?>" name="post_lonf" id="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