Skip to content

Commit

Permalink
update code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwiebe committed Dec 16, 2021
1 parent f57fa23 commit 4a9f6c2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,8 @@ function load_tags_education() {
* (Core Full Site Editing)
*/
function load_wpcom_site_editor() {
// This is no longer needed after Gutenberg 12.1 due to the Navigation menu no longer being inscrutable.
// This is no longer needed after Gutenberg 12.2 due to the Navigation menu no longer being inscrutable.
// This should be deleted along with the files that would be loaded after 12.2 is in production.
if ( defined( 'GUTENBERG_VERSION' ) && version_compare( GUTENBERG_VERSION, '12.2.0', '>=' ) ) {
return;
}
Expand Down

0 comments on commit 4a9f6c2

Please sign in to comment.