Ticket #15901: 15901.patch
File 15901.patch, 634 bytes (added by , 14 years ago) |
---|
-
wp-admin/export.php
170 170 <label><?php _e( 'Authors:' ); ?></label> 171 171 <?php 172 172 $authors = $wpdb->get_col( "SELECT DISTINCT post_author FROM {$wpdb->posts} WHERE post_type = 'page'" ); 173 wp_dropdown_users( array( 'include' => $authors, 'name' => 'p ost_author', 'multi' => true, 'show_option_all' => __('All') ) );173 wp_dropdown_users( array( 'include' => $authors, 'name' => 'page_author', 'multi' => true, 'show_option_all' => __('All') ) ); 174 174 ?> 175 175 </li> 176 176 <li>