load_help_desk(); ?>
theme_controller->te_get_theme_data();
$image_types = $this->theme_controller->image_type_posibilities;
$parent_files = $this->theme_controller->get_files_and_folders( $data['current_theme_root'], '0', 'theme' );
if ( is_object( $data['wp_theme'] ) && $data['wp_theme']->name == $theme->name ): ?>
This theme is currently activated!
Warning: Making changes to active themes is not recommended.', 'theme-editor' ); ?>
display( 'Name' ) . ': '; ?>
' . __( 'Editing', 'theme-editor' ) . ' ' . $data['file'] . '';
}
else {
echo '' . __( 'Browsing', 'theme-editor' ) . ' ' . $data['file'] . '';
}
?>
theme_controller->load_js(); ?>
ID );
?>
ID ) && ( false === ( get_transient( 'theme_editor_cancel_lk_popup_'.$current_user->ID ) ) ) ) { ?>