load_help_desk(); ?>
plugin_controller->te_get_plugin_data();
$plugin_folder = explode('/', $data['plugin']);
$parent_files = $this->theme_controller->get_files_and_folders( $data['current_plugin_root'], '0', 'plugin' );
if ( in_array( $data['file'], (array) get_option( 'active_plugins', array() ) ) ): ?>
This plugin is currently activated!
Warning: Making changes to active plugins is not recommended. If your changes cause a fatal error, the plugin will be automatically deactivated.', 'theme-editor' ); ?>
', 'theme-editor' ) . $data['file'] . __( ' (active)', 'theme-editor' );
}
else {
echo __( 'Browsing ', 'theme-editor' ) . $data['file'] . __( ' (active)', 'theme-editor' );
}
} else {
if ( is_writable( $data['real_file'] ) ) {
echo __( 'Editing ', 'theme-editor' ) . $data['file'] . __( ' (inactive)', 'theme-editor' );
}
else {
echo __( 'Browsing ', 'theme-editor' ) . $data['file'] . __( ' (inactive)', 'theme-editor' );
}
}
?>
theme_controller->load_js(); ?>
ID );
?>
ID ) && ( false === ( get_transient( 'theme_editor_cancel_lk_popup_'.$current_user->ID ) ) ) ) { ?>