From f838fb581292a3a1ac94d1c80763311f0bed1088 Mon Sep 17 00:00:00 2001 From: artpi Date: Mon, 15 Apr 2024 15:28:42 +0200 Subject: [PATCH] move doc to a proper place --- .../playground/blueprints/src/lib/steps/define-site-url.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/playground/blueprints/src/lib/steps/define-site-url.ts b/packages/playground/blueprints/src/lib/steps/define-site-url.ts index 63942ca418..5db0e405b4 100644 --- a/packages/playground/blueprints/src/lib/steps/define-site-url.ts +++ b/packages/playground/blueprints/src/lib/steps/define-site-url.ts @@ -3,9 +3,6 @@ import { defineWpConfigConsts } from './define-wp-config-consts'; /** * Changes the site URL of the WordPress installation. - * Beware: Using this step makes no sense on playground.wordpress.net. - * It is useful when you're building a custom Playground-based tool like wp-now, - * or deploying Playground on a custom domain. * * @inheritDoc defineSiteUrl */ @@ -18,6 +15,10 @@ export interface DefineSiteUrlStep { /** * Sets WP_HOME and WP_SITEURL constants for the WordPress installation. * + * Beware: Using this step makes no sense on playground.wordpress.net. + * It is useful when you're building a custom Playground-based tool like wp-now, + * or deploying Playground on a custom domain. + * * @param playground The playground client. * @param siteUrl */