Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit d398d36

Browse files
authored
Merge pull request #15 from jasonbahl/develop
fix: remove emoji
2 parents c94b56d + c19afd1 commit d398d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automation-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
// show a message in the admin dashboard with the plugin name and version
1616
add_action( 'admin_notices', function() {
17-
echo '<div class="notice notice-info"><p>👋 Automation Tests v' . AUTOMATION_TESTS_VERSION . '</p></div>';
17+
echo '<div class="notice notice-info"><p>Automation Tests v' . AUTOMATION_TESTS_VERSION . '</p></div>';
1818
});
1919

2020

0 commit comments

Comments
 (0)