Make WordPress Core


Ignore:
Timestamp:
02/08/2010 06:02:23 PM (13 years ago)
Author:
ryan
Message:

Trim trailing whitespace

File:
1 edited

Legend:

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

    r12987 r13025  
    483483            if ( time() + $temp > 86400 ) // 1 day: $temp is equal to -1 * time( then )
    484484                unset($draft_ids[$temp]);
    485    
     485
    486486        if ( isset($draft_ids[$temp_id]) ) { // Edit, don't write
    487487            $_POST['post_ID'] = $draft_ids[$temp_id];
Note: See TracChangeset for help on using the changeset viewer.