Skip to content

Commit

Permalink
Further polish the conditions comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Jul 3, 2023
1 parent 66ed611 commit d448cac
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 @@ -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 &&
Expand Down

0 comments on commit d448cac

Please sign in to comment.