Changes from branches/2.8/wp-admin/export.php at r11765 to trunk/wp-admin/export.php at r11380
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/export.php
r11765 r11380 9 9 /** Load WordPress Bootstrap */ 10 10 require_once ('admin.php'); 11 12 if ( !current_user_can('edit_files') )13 wp_die(__('You do not have sufficient permissions to export the content of this blog.'));14 11 15 12 /** Load WordPress export API */
Note: See TracChangeset
for help on using the changeset viewer.