From 472d858c039128cd59d8daf866e058b1445d7f29 Mon Sep 17 00:00:00 2001 From: Jason Bahl Date: Wed, 12 Mar 2025 15:38:54 -0600 Subject: [PATCH] feat: sun emoji --- automation-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation-tests.php b/automation-tests.php index 7ba41a6..2f5ef57 100644 --- a/automation-tests.php +++ b/automation-tests.php @@ -14,7 +14,7 @@ // show a message in the admin dashboard with the plugin name and version add_action( 'admin_notices', function() { - echo '

🙏 Automation Tests v' . AUTOMATION_TESTS_VERSION . '

'; + echo '

☀️ Automation Tests v' . AUTOMATION_TESTS_VERSION . '

'; });