Changeset 13025 for trunk/wp-admin/includes/post.php
- Timestamp:
- 02/08/2010 06:02:23 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/post.php
r12987 r13025 483 483 if ( time() + $temp > 86400 ) // 1 day: $temp is equal to -1 * time( then ) 484 484 unset($draft_ids[$temp]); 485 485 486 486 if ( isset($draft_ids[$temp_id]) ) { // Edit, don't write 487 487 $_POST['post_ID'] = $draft_ids[$temp_id];
Note: See TracChangeset
for help on using the changeset viewer.