Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lezama authored Dec 1, 2023
1 parent 99d6c4a commit 52e5d4f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export default function EmailPreview( { isModalOpen, closeModal } ) {

// Save post revision so that we send what they see in the editor, and not what previous draft/revision might've saved
// Introduced at GB 16.3 at https://github.com/WordPress/gutenberg/pull/44971
// @todo Remove the `if` check and `else` branch once WP 6.4 is the minimum supported version
if ( typeof __unstableSaveForPreview === 'function' ) {
await __unstableSaveForPreview();
}
Expand Down

0 comments on commit 52e5d4f

Please sign in to comment.