From 453539abf1bcc27b9a43d8a48001ceaffe4cce78 Mon Sep 17 00:00:00 2001 From: jewel_bot Date: Thu, 12 Mar 2026 13:36:19 +0600 Subject: [PATCH] pr: [Nightly Fix] - Bug - Fix Blank Form Creation --- includes/Classes/AdminAjaxHandler.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/Classes/AdminAjaxHandler.php b/includes/Classes/AdminAjaxHandler.php index f023c38..b3a640e 100644 --- a/includes/Classes/AdminAjaxHandler.php +++ b/includes/Classes/AdminAjaxHandler.php @@ -77,7 +77,6 @@ protected function createForm() $postTitle = sanitize_text_field($_REQUEST['post_title']); if (!$postTitle) { $postTitle = 'Blank Form'; - return; } $template = sanitize_text_field($_REQUEST['template']);