From 4438165b1910690993904c7b3dbf6f023e657292 Mon Sep 17 00:00:00 2001 From: Sapayth Hossain Date: Tue, 16 Jan 2024 13:28:07 +0600 Subject: [PATCH] fix: frontend registration form is not showing --- templates/registration-form.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/registration-form.php b/templates/registration-form.php index 9a27c0e1e..7014d2bd8 100644 --- a/templates/registration-form.php +++ b/templates/registration-form.php @@ -20,8 +20,8 @@ } ?> - registration->show_errors(); ?> - registration->show_messages(); ?> + frontend->registration->show_errors(); ?> + frontend->registration->show_messages(); ?>
@@ -31,12 +31,12 @@
- +
- +
@@ -46,14 +46,14 @@
  • *
    - +
  • *
    - +
  • @@ -75,7 +75,7 @@ - +