Changeset 43153 for branches/4.9/src/wp-admin/privacy.php
- Timestamp:
- 05/03/2018 06:41:18 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/privacy.php
r43152 r43153 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.