Make WordPress Core


Ignore:
Timestamp:
06/08/2019 12:29:59 AM (6 years ago)
Author:
azaozz
Message:

Privacy tools: remove some left-over code and fix inline comment.

See #43895.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/export-personal-data.php

    r45448 r45500  
    1212if ( ! current_user_can( 'export_others_personal_data' ) ) {
    1313    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' );
    1814}
    1915
Note: See TracChangeset for help on using the changeset viewer.