Changeset 12590 for trunk/wp-admin/includes/template.php
- Timestamp:
- 12/30/2009 05:56:09 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r12540 r12590 2611 2611 // echo '<label for="timestamp" style="display: block;"><input type="checkbox" class="checkbox" name="edit_date" value="1" id="timestamp"'.$tab_index_attribute.' /> '.__( 'Edit timestamp' ).'</label><br />'; 2612 2612 2613 $time_adj = time() + (get_option( 'gmt_offset' ) * 3600);2613 $time_adj = current_time('timestamp'); 2614 2614 $post_date = ($for_post) ? $post->post_date : $comment->comment_date; 2615 2615 $jj = ($edit) ? mysql2date( 'd', $post_date, false ) : gmdate( 'd', $time_adj );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)