Changeset 9676 for trunk/wp-admin/includes/media.php
- Timestamp:
- 11/14/2008 03:56:09 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/media.php
r9675 r9676 175 175 $overrides = array('test_form'=>false); 176 176 177 $time = current_time('mysql' , true);177 $time = current_time('mysql'); 178 178 if ( $post = get_post($post_id) ) { 179 179 if ( substr( $post->post_date, 0, 4 ) > 0 )
Note: See TracChangeset
for help on using the changeset viewer.