Changeset 4559 for trunk/bp-blogs/bp-blogs-template.php
- Timestamp:
- 06/24/2011 06:57:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs/bp-blogs-template.php
r4466 r4559 363 363 global $bp; 364 364 365 $active_signup = $bp->site_options['registration']; 366 367 if ( !$active_signup ) 368 $active_signup = 'all'; 365 $active_signup = isset( $bp->site_options['registration'] ) ? $bp->site_options['registration'] : 'all'; 369 366 370 367 $active_signup = apply_filters( 'wpmu_active_signup', $active_signup ); // return "all", "none", "blog" or "user"
Note: See TracChangeset
for help on using the changeset viewer.