forked from Michel2/wp-jquery-datatable
Removed a new line and some commented code no longer used
This commit is contained in:
@@ -88,6 +88,7 @@ Is this plugin prepared for multisites? Yes.
|
||||
* Changed the radio buttons on the options page to use the WordPress checked() function.
|
||||
* Changed get_option() for the options page to make use a $default_value.
|
||||
* Rewrite of the wp_jdt_shortcode() function to put security measuremnts in place, better fallback and loading the JS script in the footer.
|
||||
* Removed a new line and some commented code no longer used.
|
||||
|
||||
= 4.1.0 =
|
||||
* Compatibility with WordPress version 6.7.1
|
||||
|
||||
@@ -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',
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user