Skip to content

Commit

Permalink
Don't mark Post Comments as non-experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
noisysocks committed Oct 29, 2021
1 parent 7302b3a commit 4a0fae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ export const __experimentalGetCoreBlocks = () => [
nextpage,
pageList,
postAuthor,
postComments,
postContent,
postDate,
postExcerpt,
Expand Down Expand Up @@ -248,6 +247,7 @@ export const __experimentalRegisterExperimentalCoreBlocks =
postCommentDate,
postCommentEdit,
postCommentReplyLink,
postComments,
postCommentsCount,
postCommentsForm,
postCommentsLink,
Expand Down

0 comments on commit 4a0fae2

Please sign in to comment.