Ticket #5515: export.php.r6475.diff
| File export.php.r6475.diff, 520 bytes (added by , 18 years ago) |
|---|
-
export.php
26 26 <th><?php _e('Restrict Author:'); ?></th> 27 27 <td> 28 28 <select name="author"> 29 <option value="all" selected="selected"><?php _e('All '); ?></option>29 <option value="all" selected="selected"><?php _e('All Authors'); ?></option> 30 30 <?php 31 31 $authors = $wpdb->get_col( "SELECT post_author FROM $wpdb->posts GROUP BY post_author" ); 32 32 foreach ( $authors as $id ) {