PluginProbe
Taskbuilder – Project Management & Task Management Tool With Kanban Board / 4.0.6
Taskbuilder – Project Management & Task Management Tool With Kanban Board v4.0.6
6.0.5 6.0.2 6.0.3 6.0.4 6.0.1 6.0.0 5.0.8 5.0.9 4.0.9 5.0.0 5.0.1 5.0.2 5.0.3 5.0.4 5.0.5 5.0.6 5.0.7 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 All 57 releases
← All changes | includes/admin/projects/projects.php +1 -1 5.0.44.0.6 View file →
@@ -4,9 +4,9 @@
4 4 }
5 5 $settings = get_option("wppm-ap-modal");
6 6 global $wpdb,$wppmfunction,$current_user;
7 7 ?>
8 -<?php echo !empty($wppmfunction->wppm_load_setting_header_html()) ? wp_kses_post($wppmfunction->wppm_load_setting_header_html()) : ''; ?>
8 +<?php echo $wppmfunction->wppm_load_setting_header_html(); ?>
9 9 <div class="wppm_bootstrap">
10 10 <div id="wppm_project_container">
11 11 </div>
12 12 </div>