Make WordPress Core


Ignore:
Timestamp:
05/03/2018 07:34:21 PM (7 years ago)
Author:
azaozz
Message:

Privacy: rename manage_privacy_policy to manage_privacy_options.

Props desrosj.
Merges [43155] to the 4.9 branch.
Fixes #43935.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/tests/phpunit/tests/user/capabilities.php

    r43153 r43156  
    239239            'export_others_personal_data' => array( 'administrator' ),
    240240            'erase_others_personal_data'  => array( 'administrator' ),
    241             'manage_privacy_policy'       => array( 'administrator' ),
     241            'manage_privacy_options'      => array( 'administrator' ),
    242242
    243243            'edit_categories'        => array( 'administrator', 'editor' ),
     
    273273            'export_others_personal_data' => array( '' ),
    274274            'erase_others_personal_data'  => array( '' ),
    275             'manage_privacy_policy'       => array(),
     275            'manage_privacy_options'       => array(),
    276276
    277277            'customize'              => array( 'administrator' ),
Note: See TracChangeset for help on using the changeset viewer.