Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Lint
  • Loading branch information
adamziel committed Jul 8, 2021
commit ed8f3a8b0cb64913987f4d8aab97fa221582d208
6 changes: 3 additions & 3 deletions lib/widgets.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ function gutenberg_use_widgets_block_editor() {
}

/**
* wp-editor module is exposed as window.wp.editor
* Problem: there is quite some code expecting window.wp.oldEditor object available under window.wp.editor
* Solution: fuse the two objects together to maintain backward compatibility
* Wp-editor module is exposed as window.wp.editor.
* Problem: there is quite some code expecting window.wp.oldEditor object available under window.wp.editor.
* Solution: fuse the two objects together to maintain backward compatibility.
* For more context, see https://github.com/WordPress/gutenberg/issues/33203
*
* @return void
Expand Down