Changeset 43277 for branches/4.9/src/wp-admin/includes/misc.php
- Timestamp:
- 05/15/2018 06:03:21 PM (6 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/includes/misc.php
r43273 r43277 1518 1518 } 1519 1519 1520 if ( ! current_user_can( 'manage_privacy_options' ) ) { 1521 return; 1522 } 1523 1520 1524 $policy_page_id = (int) get_option( 'wp_page_for_privacy_policy' ); 1521 1525
Note: See TracChangeset
for help on using the changeset viewer.