From 388f20a64f306b95e943456d595ee6b544968f7e Mon Sep 17 00:00:00 2001 From: agata <agata@insiberia.net> Date: Fri, 20 Dec 2019 17:37:05 +0000 Subject: [PATCH] Fix typo in register.php in noblogs theme --- wp-content/themes/noblogs-home/registration/register.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/noblogs-home/registration/register.php b/wp-content/themes/noblogs-home/registration/register.php index 1b9f0a264..71e231d31 100644 --- a/wp-content/themes/noblogs-home/registration/register.php +++ b/wp-content/themes/noblogs-home/registration/register.php @@ -24,7 +24,7 @@ <?php do_action( 'template_notices' ); ?> - <p><?php _e( 'Before registering, please read our <a href="https://noblogs.org/policy">policy</a>. In order to register, you need an email account either from <a href="https://autisitici.org">Autistici/Inventati</a>, or some other <a href="https://autistici.org/links">anonymous and indypendent server</a>.', 'buddypress' ); ?></p> + <p><?php _e( 'Before registering, please read our <a href="https://noblogs.org/policy">policy</a>. In order to register, you need an email account either from <a href="https://autistici.org">Autistici/Inventati</a>, or some other <a href="https://autistici.org/links">anonymous and indypendent server</a>.', 'buddypress' ); ?></p> <?php do_action( 'bp_before_account_details_fields' ); ?> -- GitLab