Changeset 9698 for trunk/src/bp-core/bp-core-template.php
- Timestamp:
- 04/05/2015 06:18:13 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-template.php
r9618 r9698 820 820 } 821 821 822 $status = b uddypress()->site_options['registration'];822 $status = bp_core_get_root_option( 'registration' ); 823 823 if ( ( 'none' !== $status ) && ( 'user' !== $status ) ) { 824 824 return true;
Note: See TracChangeset
for help on using the changeset viewer.