Make WordPress Core


Ignore:
Timestamp:
10/21/2008 11:54:18 PM (16 years ago)
Author:
ryan
Message:

Notice fixes from DD32. see #7509

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/export.php

    r9233 r9270  
    1515
    1616if ( isset( $_GET['download'] ) ) {
    17     export_wp( $_GET['author'] );
     17    $author = isset($_GET['author']) ? $_GET['author'] : 'all';
     18    export_wp( $author );
    1819    die();
    1920}
Note: See TracChangeset for help on using the changeset viewer.