Make WordPress Core


Ignore:
Timestamp:
06/01/2010 06:02:05 PM (15 years ago)
Author:
ryan
Message:

Add export capability. fixes #13681

File:
1 edited

Legend:

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

    r14989 r15096  
    1010require_once ('admin.php');
    1111
    12 if ( !current_user_can('edit_files') )
     12if ( !current_user_can('export') )
    1313    wp_die(__('You do not have sufficient permissions to export the content of this site.'));
    1414
Note: See TracChangeset for help on using the changeset viewer.