From c94761e98c191ecdaec1baabc3659de233458de3 Mon Sep 17 00:00:00 2001 From: Presskopp Date: Thu, 10 Apr 2025 09:57:49 +0200 Subject: [PATCH] fix typo you -> your --- src/class-admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/class-admin.php b/src/class-admin.php index 7c0a11e..b7e8bb8 100644 --- a/src/class-admin.php +++ b/src/class-admin.php @@ -58,6 +58,6 @@ public function render_page() { $blueprint_url = site_url( 'wp-json/blueprint-builder/v1/json-' . get_option( 'blueprint_builder_key' ) ); $playground_url = 'https://playground.wordpress.net/?blueprint-url=' . $blueprint_url; - echo '

If you website is live, you can open the Playground with this blueprint

'; + echo '

If your website is live, you can open the Playground with this blueprint

'; } }