forked from Michel2/wp-jquery-datatable
Added DataTables language support for 'search'
This commit is contained in:
@@ -359,6 +359,9 @@ function wp_jdt_shortcode($atts, $content = "")
|
||||
$wp_jdt_script .= "'order': [$table_order_row_number,'$table_order_row_number_sort'], \n";
|
||||
}
|
||||
$wp_jdt_script .= "'searching': $table_searching, \n";
|
||||
$wp_jdt_script .= "language: {\n";
|
||||
$wp_jdt_script .= "'search': '" . __('Searching', 'wp-jquery-datatable') . ":', \n";
|
||||
$wp_jdt_script .= "}, \n";
|
||||
$wp_jdt_script .= "} ); \n";
|
||||
$table_wrapper_id = $table_id . "_wrapper";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user