Changeset 13140 for trunk/src/bp-members/bp-members-template.php
- Timestamp:
- 11/07/2021 05:22:42 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-members/bp-members-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/bp-members-template.php
r13118 r13140 2746 2746 */ 2747 2747 function bp_signup_requires_privacy_policy_acceptance() { 2748 // Bail if we're running a version of WP that doesn't have the Privacy Policy feature.2749 if ( bp_is_running_wp( '4.9.6', '<' ) ) {2750 return false;2751 }2752 2748 2753 2749 // Default to true when a published Privacy Policy page exists.
Note: See TracChangeset
for help on using the changeset viewer.