Make WordPress Core

Changeset 15367


Ignore:
Timestamp:
07/06/2010 08:24:38 PM (15 years ago)
Author:
nacin
Message:

Use correct variable in export. fixes #14213 for trunk.

File:
1 edited

Legend:

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

    r14947 r15367  
    7070
    7171    if ( $post_status && $post_status != 'all' )
    72         $where .= $wpdb->prepare( "AND post_status = %s", $status );
     72        $where .= $wpdb->prepare( "AND post_status = %s", $post_status );
    7373
    7474    // grab a snapshot of post IDs, just in case it changes during the export
Note: See TracChangeset for help on using the changeset viewer.