Skip to content

Commit 5348e23

Browse files
committed
Fix comment.
1 parent a1b2ce2 commit 5348e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/remove-svg-filters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @return void
1414
*/
1515
function remove_svg_filters() {
16-
// Allow filtering layout support.
16+
// Allow filtering svg filters.
1717
if ( \apply_filters( 'meom_dodo_remove_svg_filters', true ) ) {
1818
remove_action( 'wp_body_open', 'wp_global_styles_render_svg_filters' );
1919
}

0 commit comments

Comments
 (0)