187 | | <p><?php _e( 'Associate WordPress Pages with the following BuddyPress Registration pages.', 'buddypress' ); ?></p> |
| 187 | <?php if ( bp_get_option( 'users_can_register' ) ) : ?> |
| 188 | <p><?php _e( 'Associate WordPress Pages with the following BuddyPress Registration pages.', 'buddypress' ); ?></p> |
| 189 | <?php else : ?> |
| 190 | <?php if ( is_multisite() ) : ?> |
| 191 | <p><?php printf( __( 'Registration is currently disabled. Before associating a page is allowed, please enable registration by selecting either the "User accounts may be registered" or "Both sites and user accounts can be registered" option on <a href="%s">this page</a>.', 'buddypress' ), network_admin_url( 'settings.php' ) ); ?></p> |
| 192 | <?php else : ?> |
| 193 | <p><?php printf( __( 'Registration is currently disabled. Before associating a page is allowed, please enable registration by clicking on the "Anyone can register" checkbox on <a href="%s">this page</a>.', 'buddypress' ), admin_url( 'options-general.php' ) ); ?></p> |
| 194 | <?php endif; ?> |
| 195 | <?php endif; ?> |