diff --git a/lib/template-loader.php b/lib/template-loader.php index 9718b22313093d..d537178b465f5c 100644 --- a/lib/template-loader.php +++ b/lib/template-loader.php @@ -422,7 +422,7 @@ function gutenberg_template_loader_filter_block_editor_settings( $settings ) { } // If this is the Site Editor, auto-drafts for template parts have already been generated - // through `gutenberg_find_template_post_and_parts` in `gutenberg_edit_site_init`. + // through `gutenberg_find_template_post_and_parts`, when called via the REST API. if ( isset( $settings['editSiteInitialState'] ) ) { return $settings; }