Changeset 6836
- Timestamp:
- 02/14/08 00:57:29 (9 months ago)
- Files:
-
- trunk/wp-admin/export.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/export.php
r6726 r6836 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" );
