Changeset 17416
- Timestamp:
- 02/07/2011 08:08:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1/wp-admin/includes/export.php
r17108 r17416 241 241 foreach ( (array) $results as $result ) 242 242 $authors[] = get_userdata( $result->post_author ); 243 244 $authors = array_filter( $authors ); 243 245 244 246 foreach( $authors as $author ) {
Note: See TracChangeset
for help on using the changeset viewer.