Make WordPress Core


Ignore:
Timestamp:
05/02/2018 02:45:22 AM (7 years ago)
Author:
SergeyBiryukov
Message:

Add Privacy Tools admin page under the Tools menu.

Props allendav, xkon, azaozz.
Merges [42814] to the 4.9 branch.
See #43435.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-admin/menu.php

    r41268 r43098  
    245245    $submenu['tools.php'][10] = array( __('Import'), 'import', 'import.php' );
    246246    $submenu['tools.php'][15] = array( __('Export'), 'export', 'export.php' );
     247    $submenu['tools.php'][20] = array( __( 'Privacy' ), 'manage_options', 'privacy.php' );
    247248    if ( is_multisite() && !is_main_site() )
    248249        $submenu['tools.php'][25] = array( __('Delete Site'), 'delete_site', 'ms-delete-site.php' );
Note: See TracChangeset for help on using the changeset viewer.