Make WordPress Core

Ticket #34521: 34521-text-change-export.patch

File 34521-text-change-export.patch, 527 bytes (added by ramiy, 10 years ago)

Text change: export content

  • wp-admin/export.php

     
    1010require_once( dirname( __FILE__ ) . '/admin.php' );
    1111
    1212if ( !current_user_can('export') )
    13         wp_die(__('Sorry, you are not allowed to export the content of this site.'));
     13        wp_die(__('Sorry, you are not allowed to export content.'));
    1414
    1515/** Load WordPress export API */
    1616require_once( ABSPATH . 'wp-admin/includes/export.php' );