From 792b28e363a554409327840360ddee0c4145702b Mon Sep 17 00:00:00 2001 From: Aki Hamano <54422211+t-hamano@users.noreply.github.com> Date: Fri, 8 Dec 2023 12:09:50 +0900 Subject: [PATCH] Fix URL in the comments of the import script (#361) --- env/import-content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env/import-content.php b/env/import-content.php index d5948aa5..f5948fa8 100644 --- a/env/import-content.php +++ b/env/import-content.php @@ -5,7 +5,7 @@ namespace WordPress_org\Main_2022\ImportTestContent; /** - * CLI script for generating local test content, fetched from the live learn.wordpress.org site. + * CLI script for generating local test content, fetched from the live wordpress.org site. * * This needs to be run in a wp-env, for example: *