From 6bec4965f17e02add9d82361fa256e18aa1a6156 Mon Sep 17 00:00:00 2001 From: Marcus Quinn Date: Sat, 15 Mar 2025 02:20:24 +0000 Subject: [PATCH] Update Workflow tab description: Change section description to better reflect the purpose of workflow features --- admin/settings.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/admin/settings.php b/admin/settings.php index f511fa7..36e1094 100644 --- a/admin/settings.php +++ b/admin/settings.php @@ -839,8 +839,8 @@ function wpa_superstar_workflow_section() { // Add Workflow section add_settings_section( 'wpa_superstar_workflow_section', - '', // Remove section title - '__return_empty_string', // Remove section description + '', // Keep section title empty + 'wpa_superstar_workflow_section_callback', 'wpa_superstar_workflow' ); @@ -854,6 +854,10 @@ function wpa_superstar_workflow_section() { ); } +function wpa_superstar_workflow_section_callback() { + echo '

Quality of life features to save time and from inconsistancies with your content management.

'; +} + // Add Auto Upload Images setting function wpa_superstar_auto_upload_images_callback() { $options = get_option('wpa_superstar_workflow_options', array(