We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba256a commit d0020d3Copy full SHA for d0020d3
railtimetable.php
@@ -780,7 +780,7 @@ function disable_wp_emojicons() {
780
remove_filter( 'comment_text_rss', 'wp_staticize_emoji' );
781
782
// filter to remove TinyMCE emojis
783
- add_filter( 'tiny_mce_plugins', 'disable_emojicons_tinymce' );
+ //add_filter( 'tiny_mce_plugins', 'disable_emojicons_tinymce' );
784
}
785
786
add_action( 'init', 'disable_wp_emojicons' );
0 commit comments