diff --git a/readme.txt b/readme.txt index 2ec3cfc..812d6f6 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: biztechc Tags: WP jQuery DataTable, jQuery, jQuery DataTable, Table ,DataTable Requires at least: 3.6.1 -Tested up to: 4.9.7 +Tested up to: 5.0 Stable tag: 1.1.1 License: GPLv2 or later diff --git a/wp-jquery-datatable.php b/wp-jquery-datatable.php index 0c9a866..4f38e6a 100644 --- a/wp-jquery-datatable.php +++ b/wp-jquery-datatable.php @@ -289,11 +289,11 @@ function wp_jdt_shortcode( $atts, $content = "" ) { $wp_jdt_info = get_option('wp_jdt_info'); $wp_jdt_paging = get_option('wp_jdt_paging'); - if(get_option('wp_jdt_paging')){ + /*if(get_option('wp_jdt_paging')){ $wp_jdt_paging = 'true'; }else{ $wp_jdt_paging = ''; - } + }*/ $wp_jdt_page_length = get_option('wp_jdt_page_length'); $wp_jdt_paging_type = get_option('wp_jdt_paging_type'); $wp_jdt_b_length_change = get_option('wp_jdt_b_length_change');