Compatibility with 5.0

This commit is contained in:
biztechc
2018-12-12 07:12:40 +00:00
parent 7883bcfccd
commit a8bed3a8c9
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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');