Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed May 24, 2024
1 parent 2278e5f commit f2b1139
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/editor/src/components/post-actions/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ const { PATTERN_TYPES } = unlock( patternsPrivateApis );

/**
* Check if a template is removable.
* Copy from packages/edit-site/src/utils/is-template-removable.js.
*
* @param {Object} template The template entity to check.
* @return {boolean} Whether the template is revertable.
* @return {boolean} Whether the template is removable.
*/
function isTemplateRemovable( template ) {
if ( ! template ) {
Expand Down

0 comments on commit f2b1139

Please sign in to comment.