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/edit-attachment-rows.php

    r9180 r9506  
    129129            $t_time = get_the_time(__('Y/m/d g:i:s A'));
    130130            $m_time = $post->post_date;
    131             $time = get_post_time( 'G', true );
     131            $time = get_post_time( 'G', true, $post );
    132132            if ( ( abs($t_diff = time() - $time) ) < 86400 ) {
    133133                if ( $t_diff < 0 )
Note: See TracChangeset for help on using the changeset viewer.