Make WordPress Core


Ignore:
Timestamp:
12/19/2010 08:56:38 PM (13 years ago)
Author:
nacin
Message:

Fix name attribute in export. props ocean90, see [16975], fixes #15901.

File:
1 edited

Legend:

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

    r16980 r17063  
    171171<?php
    172172        $authors = $wpdb->get_col( "SELECT DISTINCT post_author FROM {$wpdb->posts} WHERE post_type = 'page'" );
    173         wp_dropdown_users( array( 'include' => $authors, 'name' => 'post_author', 'multi' => true, 'show_option_all' => __('All') ) );
     173        wp_dropdown_users( array( 'include' => $authors, 'name' => 'page_author', 'multi' => true, 'show_option_all' => __('All') ) );
    174174?>
    175175    </li>
Note: See TracChangeset for help on using the changeset viewer.