Changeset 50631 for trunk/src/wp-admin/options-privacy.php
- Timestamp:
- 04/01/2021 03:34:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-privacy.php
r50161 r50631 15 15 16 16 if ( isset( $_GET['tab'] ) && 'policyguide' === $_GET['tab'] ) { 17 require_once ( dirname( __FILE__ ) . '/privacy-policy-guide.php' );17 require_once dirname( __FILE__ ) . '/privacy-policy-guide.php'; 18 18 return; 19 19 }
Note: See TracChangeset
for help on using the changeset viewer.