diff --git a/packages/block-library/src/index.js b/packages/block-library/src/index.js index 03e79846060c08..fb033052907e3d 100644 --- a/packages/block-library/src/index.js +++ b/packages/block-library/src/index.js @@ -221,6 +221,7 @@ export const __experimentalGetCoreBlocks = () => [ commentsPaginationPrevious, postComments, + postCommentsForm, homeLink, logInOut, termDescription, @@ -281,7 +282,6 @@ export const __experimentalRegisterExperimentalCoreBlocks = process.env navigationArea, postComment, postCommentsCount, - postCommentsForm, postCommentsLink, ] : [] ),