Changeset 15096 for trunk/wp-admin/export.php
- Timestamp:
- 06/01/2010 06:02:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/export.php
r14989 r15096 10 10 require_once ('admin.php'); 11 11 12 if ( !current_user_can('e dit_files') )12 if ( !current_user_can('export') ) 13 13 wp_die(__('You do not have sufficient permissions to export the content of this site.')); 14 14
Note: See TracChangeset
for help on using the changeset viewer.