HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/KWessing/buddypress/bp-templates/bp-legacy/buddypress/blogs/create.php
<?php do_action( 'bp_before_create_blog_content_template' ); ?>

<?php do_action( 'template_notices' ); ?>

<?php do_action( 'bp_before_create_blog_content' ); ?>

<?php if ( bp_blog_signup_enabled() ) : ?>

	<?php bp_show_blog_signup_form(); ?>

<?php else: ?>

	<div id="message" class="info">
		<p><?php _e( 'Site registration is currently disabled', 'buddypress' ); ?></p>
	</div>

<?php endif; ?>

<?php do_action( 'bp_after_create_blog_content' ); ?>

<?php do_action( 'bp_after_create_blog_content_template' ); ?>