Removed a new line and some commented code no longer used

This commit is contained in:
2026-07-21 21:54:10 +02:00
parent 507fe4412c
commit 23e0878cd0
2 changed files with 1 additions and 5 deletions
-5
View File
@@ -16,16 +16,11 @@ if (!defined('ABSPATH')) {
register_activation_hook(__FILE__, 'wp_jdt_activate_plugin');
function wp_jdt_activate_plugin()
{
$fields = array(
'wp_jdt_info',
'wp_jdt_paging',
// 'wp_jdt_paging_type',
// 'wp_jdt_page_length',
'wp_jdt_b_length_change',
'wp_jdt_ordering',
// 'wp_jdt_order_row',
// 'wp_jdt_order_row_sort',
'wp_jdt_searching',
);