[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
- Previous message: [wp-cvs] wordpress/wp-admin edit-form-advanced.php, 1.51,
1.52 edit-page-form.php, 1.17, 1.18 post.php, 1.127, 1.128
- Next message: [wp-cvs] wordpress/wp-includes functions.php, 1.258,
1.259 template-functions-general.php, 1.68, 1.69
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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&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&post=$id' class='edit'>" . __('Edit') . "</a>"; } ?></td>
- Previous message: [wp-cvs] wordpress/wp-admin edit-form-advanced.php, 1.51,
1.52 edit-page-form.php, 1.17, 1.18 post.php, 1.127, 1.128
- Next message: [wp-cvs] wordpress/wp-includes functions.php, 1.258,
1.259 template-functions-general.php, 1.68, 1.69
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list