Changeset 10491 for branches/2.7/wp-includes/post-template.php
- Timestamp:
- 02/03/2009 11:06:17 PM (17 years ago)
- File:
-
- 1 edited
-
branches/2.7/wp-includes/post-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.7/wp-includes/post-template.php
r10460 r10491 1049 1049 $currentf = __( '%s [Current Revision]' ); 1050 1050 1051 $date = date_i18n( $datef, strtotime( $revision->post_modified _gmt . ' +0000') );1051 $date = date_i18n( $datef, strtotime( $revision->post_modified ) ); 1052 1052 if ( $link && current_user_can( 'edit_post', $revision->ID ) && $link = get_edit_post_link( $revision->ID ) ) 1053 1053 $date = "<a href='$link'>$date</a>";
Note: See TracChangeset
for help on using the changeset viewer.