Changeset 9506 for trunk/wp-admin/includes/template.php
- Timestamp:
- 11/04/2008 03:22:24 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r9491 r9506 1243 1243 $t_time = get_the_time(__('Y/m/d g:i:s A')); 1244 1244 $m_time = $post->post_date; 1245 $time = get_post_time('G', true );1245 $time = get_post_time('G', true, $post); 1246 1246 1247 1247 if ( ( abs(time() - $time) ) < 86400 ) {
Note: See TracChangeset
for help on using the changeset viewer.