From d448cac348f09c2e42869b9b4c243334f9a50522 Mon Sep 17 00:00:00 2001 From: Marin Atanasov Date: Fri, 30 Jun 2023 14:08:53 +0300 Subject: [PATCH] Further polish the conditions comment --- packages/block-library/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-library/src/index.js b/packages/block-library/src/index.js index 2ae5b94393904e..911bd0c37451ee 100644 --- a/packages/block-library/src/index.js +++ b/packages/block-library/src/index.js @@ -233,7 +233,7 @@ const getAllBlocks = () => { // add the classic block and TinyMCE editor // under any of the following conditions: // - the current post contains a classic block - // - TinyMCE experiment hasn't been intentionally disabled + // - the experiment to disable TinyMCE isn't active. // - a query argument specifies that TinyMCE should be loaded if ( window?.wp?.oldEditor &&