Changeset 43147 for trunk/src/wp-admin/privacy.php
- Timestamp:
- 05/03/2018 05:24:35 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/privacy.php
r43145 r43147 10 10 require_once( dirname( __FILE__ ) . '/admin.php' ); 11 11 12 if ( ! current_user_can( 'manage_ options' ) ) {12 if ( ! current_user_can( 'manage_privacy_policy' ) ) { 13 13 wp_die( __( 'Sorry, you are not allowed to manage privacy on this site.' ) ); 14 14 }
Note: See TracChangeset
for help on using the changeset viewer.