141 | | <p><?php _e( 'Associate WordPress Pages with the following BuddyPress Registration pages.', 'buddypress' ); ?></p> |
| 141 | <?php if ( bp_get_option( 'users_can_register' ) ) : ?> |
| 142 | <p><?php _e( 'Associate WordPress Pages with the following BuddyPress Registration pages.', 'buddypress' ); ?></p> |
| 143 | <?php else : ?> |
| 144 | <?php if ( is_multisite() ) : ?> |
| 145 | <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> |
| 146 | <?php else : ?> |
| 147 | <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> |
| 148 | <?php endif; ?> |
| 149 | <?php endif; ?> |