Ticket #43119: 43119.diff
File 43119.diff, 424 bytes (added by , 7 years ago) |
---|
-
media.php
419 419 $overrides = array( 'test_form' => false ); 420 420 421 421 $time = current_time( 'mysql' ); 422 if ( $post = get_post( $post_id ) ) {422 if ( $post_id && $post = get_post( $post_id ) ) { 423 423 if ( substr( $post->post_date, 0, 4 ) > 0 ) { 424 424 $time = $post->post_date; 425 425 }