Skip to content

Commit

Permalink
Chore: Add comment to Remove filter to allow WP variables after min v…
Browse files Browse the repository at this point in the history
…ersion is 5.8. (#36281)
  • Loading branch information
jorgefilipecosta authored Nov 7, 2021
1 parent 4c30e31 commit 54f1b76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/global-styles.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@ function gutenberg_global_styles_force_filtered_html_on_import_filter( $arg ) {
return $arg;
}

// TODO: Remove this filter when minimum supported version is WP 5.8
// As all this code is not needed anymore now core supports all variables.
/**
* This filter is the last being executed on force_filtered_html_on_import.
* If the input of the filter is true it means we are in an import situation and should
Expand Down

0 comments on commit 54f1b76

Please sign in to comment.