X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/d3947bc013df7edd54b46deed8230d2eeafc5ecb..b22765f41bf0b2021b9beb9120ee0ac91fa89292:/wp-admin/export.php diff --git a/wp-admin/export.php b/wp-admin/export.php index 5ce4e34c..ebf5a910 100644 --- a/wp-admin/export.php +++ b/wp-admin/export.php @@ -10,7 +10,7 @@ require_once( dirname( __FILE__ ) . '/admin.php' ); if ( !current_user_can('export') ) - wp_die(__('You do not have sufficient permissions to export the content of this site.')); + wp_die(__('Sorry, you are not allowed to export the content of this site.')); /** Load WordPress export API */ require_once( ABSPATH . 'wp-admin/includes/export.php' ); @@ -103,7 +103,7 @@ if ( isset( $_GET['download'] ) ) { } /** - * Filter the export args. + * Filters the export args. * * @since 3.5.0 *