Skip to content

Commit d0020d3

Browse files
committed
Stop disabling the emoji items filter, it's breaking the classic editor
1 parent eba256a commit d0020d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railtimetable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ function disable_wp_emojicons() {
780780
remove_filter( 'comment_text_rss', 'wp_staticize_emoji' );
781781

782782
// filter to remove TinyMCE emojis
783-
add_filter( 'tiny_mce_plugins', 'disable_emojicons_tinymce' );
783+
//add_filter( 'tiny_mce_plugins', 'disable_emojicons_tinymce' );
784784
}
785785

786786
add_action( 'init', 'disable_wp_emojicons' );

0 commit comments

Comments
 (0)