Changeset 45500 for trunk/src/wp-admin/export-personal-data.php
- Timestamp:
- 06/08/2019 12:29:59 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/export-personal-data.php
r45448 r45500 12 12 if ( ! current_user_can( 'export_others_personal_data' ) ) { 13 13 wp_die( __( 'Sorry, you are not allowed to export personal data on this site.' ) ); 14 }15 16 if ( ! class_exists( 'WP_Privacy_Data_Export_Requests_Table' ) ) {17 require_once( ABSPATH . 'wp-admin/includes/class-wp-privacy-data-export-requests-table.php' );18 14 } 19 15
Note: See TracChangeset
for help on using the changeset viewer.