Changeset 43156 for branches/4.9/src/wp-admin/privacy.php
- Timestamp:
- 05/03/2018 07:34:21 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
r43153 r43156 10 10 require_once( dirname( __FILE__ ) . '/admin.php' ); 11 11 12 if ( ! current_user_can( 'manage_privacy_ policy' ) ) {12 if ( ! current_user_can( 'manage_privacy_options' ) ) { 13 13 wp_die( __( 'Sorry, you are not allowed to manage privacy on this site.' ) ); 14 14 } … … 201 201 <input type="hidden" name="action" value="create-privacy-page" /> 202 202 <span> 203 <?php _e( 'Or create a new page:' ); ?> 203 <?php _e( 'Or create a new page:' ); ?> 204 204 </span> 205 205 <?php
Note: See TracChangeset
for help on using the changeset viewer.