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

Commit b9e5552

Browse files
authored
Merge pull request #48 from wp-graphql/develop
release: next version 📦
2 parents 224d9ee + 7267d8d commit b9e5552

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "chore: taco emoji"
3+
pr: 47
4+
author: "jasonbahl"
5+
type: "chore"
6+
breaking: false
7+
description: |
8+
null
9+
---

‎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)