Make WordPress Core


Ignore:
Timestamp:
05/26/2019 08:49:04 PM (4 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/upgrade.php

    r45424 r45448  
    343343        } else {
    344344            if ( ! class_exists( 'WP_Privacy_Policy_Content' ) ) {
    345                 include_once( ABSPATH . 'wp-admin/includes/misc.php' );
     345                include_once( ABSPATH . 'wp-admin/includes/class-wp-privacy-policy-content.php' );
    346346            }
    347347
Note: See TracChangeset for help on using the changeset viewer.