Make WordPress Core


Ignore:
Timestamp:
05/26/2019 08:49:04 PM (5 years ago)
Author:
azaozz
Message:

Privacy tools: Organize privacy functions into logical files and classes.

Props xkon, birgire, desrosj, garrett-eclipse, azaozz.
See #43895.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/plugin.php

    r45185 r45448  
    21882188
    21892189    if ( ! class_exists( 'WP_Privacy_Policy_Content' ) ) {
    2190         require_once( ABSPATH . 'wp-admin/includes/misc.php' );
     2190        require_once( ABSPATH . 'wp-admin/includes/class-wp-privacy-policy-content.php' );
    21912191    }
    21922192
Note: See TracChangeset for help on using the changeset viewer.