[wp-cvs] wordpress/wp-admin admin-footer.php, 1.11,
1.12 edit-form-advanced.php, 1.28, 1.29
Ryan Boren
rboren at users.sourceforge.net
Wed Jul 28 18:44:40 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2648
Modified Files:
admin-footer.php edit-form-advanced.php
Log Message:
Validation fixes. Bug 0000170.
Index: admin-footer.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/admin-footer.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** admin-footer.php 23 Jul 2004 07:50:21 -0000 1.11
--- admin-footer.php 28 Jul 2004 18:44:36 -0000 1.12
***************
*** 4,8 ****
<?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>
</div>
<?php do_action('admin_footer', ''); ?>
--- 4,8 ----
<?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>
</div>
<?php do_action('admin_footer', ''); ?>
Index: edit-form-advanced.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/edit-form-advanced.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** edit-form-advanced.php 14 Jul 2004 21:37:05 -0000 1.28
--- edit-form-advanced.php 28 Jul 2004 18:44:36 -0000 1.29
***************
*** 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" 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 />
More information about the cvs
mailing list