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

Commit 1591811

Browse files
authored
fix!: ramen emoji
testing a breaking change release.
1 parent 5875049 commit 1591811

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)