芝麻web文件管理V1.00
编辑当前文件:/www/wwwroot/shphe-en.com/wp-content/plugins/tinymce-advanced/tinymce-advanced.php
0 ) $init['wordpress_adv_toolbar'] = 'toolbar' . $tadv_hidden_row; else $init['wordpress_adv_hidden'] = false; if ( isset($tadv_options['no_autop']) && $tadv_options['no_autop'] == 1 ) $init['apply_source_formatting'] = true; if ( isset($tadv_options['hideclasses']) && $tadv_options['hideclasses'] == 1 ) $init['class_filter'] = '[function(){return false;}]'; return $init; } add_filter( 'tiny_mce_before_init', 'tadv_mce_options' ); } if ( ! function_exists('tadv_htmledit') ) { function tadv_htmledit($c) { $tadv_options = get_option('tadv_options', array()); if ( isset($tadv_options['no_autop']) && $tadv_options['no_autop'] == 1 ) { $c = str_replace( array('&', '<', '>'), array('&', '<', '>'), $c ); $c = wpautop($c); $c = htmlspecialchars($c, ENT_NOQUOTES); } return $c; } add_filter('htmledit_pre', 'tadv_htmledit', 999); } if ( ! function_exists('tmce_replace') ) { function tmce_replace() { $tadv_options = get_option('tadv_options', array()); $tadv_plugins = get_option('tadv_plugins', array()); if ( isset($tadv_options['no_autop']) && $tadv_options['no_autop'] == 1 ) { ?>