Changeset 6018

Show
Ignore:
Timestamp:
09/03/07 16:28:19 (10 months ago)
Author:
ryan
Message:

Unset no_filter. Props xknown. fixes #4720

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.2/wp-admin/admin-functions.php

    r5839 r6018  
    106106        $_POST['post_date_gmt'] = get_gmt_from_date( $_POST['post_date'] ); 
    107107    } 
     108     
     109    unset($_POST['no_filter']); 
    108110 
    109111    // Create the post. 
     
    284286    } 
    285287 
     288    unset($_POST['no_filter']); 
     289     
    286290    add_meta( $post_ID ); 
    287291