Make WordPress Core


Ignore:
Timestamp:
11/04/2008 03:22:24 AM (16 years ago)
Author:
ryan
Message:

Notice fixes from filosofo and Viper007Bond. see #7509

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r9491 r9506  
    12431243                $t_time = get_the_time(__('Y/m/d g:i:s A'));
    12441244                $m_time = $post->post_date;
    1245                 $time = get_post_time('G', true);
     1245                $time = get_post_time('G', true, $post);
    12461246
    12471247                if ( ( abs(time() - $time) ) < 86400 ) {
Note: See TracChangeset for help on using the changeset viewer.