Skip to content

Commit

Permalink
Try fixing core kses_init_filters override
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Jan 11, 2023
1 parent 9abbb27 commit cd7fadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/experimental/kses.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ function gutenberg_override_core_kses_init_filters() {
}

}
add_action( 'init', 'gutenberg_override_core_kses_init_filters' );
add_action( 'init', 'gutenberg_override_core_kses_init_filters', 20 );
add_action( 'set_current_user', 'gutenberg_override_core_kses_init_filters' );

0 comments on commit cd7fadd

Please sign in to comment.