PluginProbe
WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards / 2.0.13
WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards v2.0.13
5.5.84 5.5.83 5.5.82 5.5.81 5.5.80 5.5.79 5.5.77 5.5.76 5.5.75 5.5.73 5.5.72 5.5.22 5.5.23 5.5.29 5.5.3 5.5.31 5.5.32 5.5.34 5.5.35 5.5.36 5.5.37 5.5.4 5.5.40 5.5.41 5.5.42 All 160 releases
← All changes | WPDataProjects/Project/WPDP_Project_Table_View.php +5 -11 5.5.42.0.13 View file →
@@ -1,10 +1,9 @@
1 1 <?php
2 -
3 2 /**
4 3 * Suppress "error - 0 - No summary was found for this file" on phpdoc generation
5 4 *
6 - * @package WPDataProjects\Project
5 + * @package WPDataProjects
7 6 */
8 7
9 8 namespace WPDataProjects\Project {
10 9
@@ -10,12 +9,11 @@
10 9
11 10 use \WPDataAccess\List_Table\WPDA_List_View;
12 11
13 12 /**
14 - * Class WPDP_Project_Table_View extends WPDA_List_View
13 + * Class WPDP_Project_Table_View
15 14 *
16 - * @see WPDA_List_View
17 - *
15 + * @package WPDataProjects\Project
18 16 * @author Peter Schulz
19 17 * @since 2.0.0
20 18 */
21 19 class WPDP_Project_Table_View extends WPDA_List_View {
@@ -20,15 +18,11 @@
20 18 */
21 19 class WPDP_Project_Table_View extends WPDA_List_View {
22 20
23 21 /**
24 - * Overwrites method show to add extra actions
22 + *
25 23 */
26 24 public function show() {
27 - // Add datetimepicker
28 - wp_enqueue_style( 'datetimepicker' );
29 - wp_enqueue_script( 'datetimepicker' );
30 -
31 25 if ( 'reconcile' === $this->action || 'reverse_engineering' === $this->action ) {
32 26 $this->display_edit_form();
33 27 } else {
34 28 parent::show();
@@ -36,5 +30,5 @@
36 30 }
37 31
38 32 }
39 33
40 -}
34 +}