forked from Michel2/wp-jquery-datatable
Compatibility with 5.0
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user