Changeset 12337
- Timestamp:
- 02/19/2019 04:00:27 PM (6 years ago)
- Location:
- branches/4.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0
-
branches/4.0/src/bp-members/bp-members-template.php
r12178 r12337 2418 2418 */ 2419 2419 function bp_signup_requires_privacy_policy_acceptance() { 2420 // Bail if we're running a version of WP that doesn't have the Privacy Policy feature. 2421 if ( version_compare( $GLOBALS['wp_version'], '4.9.6', '<' ) ) { 2422 return false; 2423 } 2424 2420 2425 // Default to true when a published Privacy Policy page exists. 2421 2426 $privacy_policy_url = get_privacy_policy_url();
Note: See TracChangeset
for help on using the changeset viewer.