Changeset 9270 for trunk/wp-admin/export.php
- Timestamp:
- 10/21/2008 11:54:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/export.php
r9233 r9270 15 15 16 16 if ( isset( $_GET['download'] ) ) { 17 export_wp( $_GET['author'] ); 17 $author = isset($_GET['author']) ? $_GET['author'] : 'all'; 18 export_wp( $author ); 18 19 die(); 19 20 }
Note: See TracChangeset
for help on using the changeset viewer.