Changeset 17063 for trunk/wp-admin/export.php
- Timestamp:
- 12/19/2010 08:56:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/export.php
r16980 r17063 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>
Note: See TracChangeset
for help on using the changeset viewer.