[wp-cvs] wordpress/wp-admin options-general.php,1.32,1.33

Matthew Mullenweg saxmatt at users.sourceforge.net
Mon Dec 13 16:46:36 UTC 2004


Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24237/wp-admin

Modified Files:
	options-general.php 
Log Message:
UTC is GMT updated for leap seconds. :)

Index: options-general.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/options-general.php,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** options-general.php	29 Nov 2004 20:32:25 -0000	1.32
--- options-general.php	13 Dec 2004 16:46:34 -0000	1.33
***************
*** 50,54 ****
  	    <table width="100%" cellspacing="2" cellpadding="5" class="editform"> 
        <tr> 
!           <th scope="row" width="33%"><?php _e('<acronym title="Greenwich Meridian Time">GMT</acronym> time is:') ?> </th> 
          <td><code><?php echo gmdate('Y-m-d g:i:s a'); ?></code></td> 
        </tr>
--- 50,54 ----
  	    <table width="100%" cellspacing="2" cellpadding="5" class="editform"> 
        <tr> 
!           <th scope="row" width="33%"><?php _e('<abbr title="Coordinated Universal Time">UTC</abbr> time is:') ?> </th> 
          <td><code><?php echo gmdate('Y-m-d g:i:s a'); ?></code></td> 
        </tr>




More information about the cvs mailing list