[wp-cvs] wordpress/wp-admin admin-functions.php,1.80,1.81

Matthew Mullenweg saxmatt at users.sourceforge.net
Sat Feb 12 09:32:03 GMT 2005


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

Modified Files:
	admin-functions.php 
Log Message:
Show updated time, not post time. - http://mosquito.wordpress.org/view.php?id=682

Index: admin-functions.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/admin-functions.php,v
retrieving revision 1.80
retrieving revision 1.81
diff -C2 -d -r1.80 -r1.81
*** admin-functions.php	7 Feb 2005 02:06:57 -0000	1.80
--- admin-functions.php	12 Feb 2005 09:32:00 -0000	1.81
***************
*** 155,159 ****
      </td> 
      <td><?php the_author() ?></td>
!     <td><?php the_time('Y-m-d g:i a'); ?></td> 
  	<td><a href="<?php the_permalink(); ?>" rel="permalink" class="edit"><?php _e('View'); ?></a></td>
      <td><?php if (($user_level > $authordata->user_level) or ($user_login == $authordata->user_login)) { echo "<a href='post.php?action=edit&amp;post=$id' class='edit'>" . __('Edit') . "</a>"; } ?></td> 
--- 155,159 ----
      </td> 
      <td><?php the_author() ?></td>
!     <td><?php echo mysql2date('Y-m-d g:i a', $post->post_modified); ?></td> 
  	<td><a href="<?php the_permalink(); ?>" rel="permalink" class="edit"><?php _e('View'); ?></a></td>
      <td><?php if (($user_level > $authordata->user_level) or ($user_login == $authordata->user_login)) { echo "<a href='post.php?action=edit&amp;post=$id' class='edit'>" . __('Edit') . "</a>"; } ?></td> 



More information about the cvs mailing list