[wp-cvs] wordpress/wp-admin edit-form-advanced.php,1.27,1.28
Ryan Boren
rboren at users.sourceforge.net
Wed Jul 14 21:37:08 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12440/wp-admin
Modified Files:
edit-form-advanced.php
Log Message:
Close post_latf and post_lonf input tags. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000171
Index: edit-form-advanced.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/edit-form-advanced.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** edit-form-advanced.php 14 Jun 2004 20:09:46 -0000 1.27
--- edit-form-advanced.php 14 Jul 2004 21:37:05 -0000 1.28
***************
*** 141,146 ****
<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>
</fieldset>
<br />
--- 141,146 ----
<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>
</fieldset>
<br />
More information about the cvs
mailing list