Changeset 9471 for trunk/src/bp-blogs/bp-blogs-template.php
- Timestamp:
- 02/10/2015 02:49:16 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-template.php
r9468 r9471 1115 1115 */ 1116 1116 function bp_blog_signup_enabled() { 1117 global $bp; 1118 1119 $active_signup = isset( $bp->site_options['registration'] ) ? $bp->site_options['registration'] : 'all'; 1117 $bp = buddypress(); 1118 1119 $active_signup = isset( $bp->site_options['registration'] ) 1120 ? $bp->site_options['registration'] 1121 : 'all'; 1120 1122 1121 1123 /**
Note: See TracChangeset
for help on using the changeset viewer.