芝麻web文件管理V1.00
编辑当前文件:/home/mybf1/www/menthol.bf1.my/wp-content/plugins/theme-editor/theme_editor.php
=' ) ) { $wp_34 = true; } define( 'WP_34', $wp_34 ); } if(!defined('WP_43')) { $wp_43 = false; if ( version_compare( get_bloginfo( 'version' ), '4.3', '>=' ) ) { $wp_43 = true; } define( 'WP_43', $wp_43 ); } if(!defined('WPWINDOWS')) { $windows = false; if ( strtoupper( substr( PHP_OS, 0, 3 ) ) === 'WIN' ) { $windows = true; } define( 'WPWINDOWS', $windows ); } add_action('init', 'theme_editor_load_text_domain'); function theme_editor_load_text_domain(){ load_plugin_textdomain('theme-editor', false, MK_THEME_EDITOR_DIRNAME . "/languages"); } include('app/app.php'); include('ms_child_theme_editor.php'); use te\pa\theme_editor_app as run_theme_editor_app; new run_theme_editor_app;