PluginProbe
TablePress – Tables in WordPress made easy / 3.0
TablePress – Tables in WordPress made easy v3.0
3.3.4 3.3.3 3.3.2 3.3.1 trunk 1.12 1.14 1.9.2 2.0.4 2.1.7 2.1.8 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.3 2.3.1 2.3.2 2.4 2.4.1 2.4.2 2.4.3 2.4.4 All 44 releases
← All changes | admin/js/edit.js +1 -2 trunk3.0 View file →
@@ -9,14 +9,13 @@
9 9
10 10 /**
11 11 * Load the default "Edit" screen sections.
12 12 */
13 -import './edit/header-bar';
13 +import './edit/buttons';
14 14 import './edit/table-information';
15 15 import './edit/table-manipulation';
16 16 import './edit/table-options';
17 17 import './edit/datatables-features';
18 -import './edit/table-preview';
19 18
20 19 /**
21 20 * Load the non-React "Edit" screen JavaScript code, mostly for the table data editor.
22 21 */