Changeset 11765 for branches/2.8/wp-admin/export.php
- Timestamp:
- 08/02/2009 02:24:43 AM (17 years ago)
- File:
-
- 1 edited
-
branches/2.8/wp-admin/export.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.8/wp-admin/export.php
r11380 r11765 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.')); 11 14 12 15 /** Load WordPress export API */
Note: See TracChangeset
for help on using the changeset viewer.