Added DataTables language support for 'search'

This commit is contained in:
2026-07-19 13:12:16 +02:00
parent f829dc4e99
commit b1eb6ffee0
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -76,6 +76,7 @@ Is this plugin prepared for multisites? Yes.
* Changed some texts to make use of global translations.
* Added a domain to most of the texts for translation files.
* Added a Dutch translation file.
* Added DataTables language support for 'search'.
= 4.1.0 =
* Compatibility with WordPress version 6.7.1
+3
View File
@@ -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";