forked from Michel2/wp-jquery-datatable
Added VSCode settings.json for formatOnSave
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"editor.formatOnSave": true
|
||||
}
|
||||
@@ -77,6 +77,7 @@ Is this plugin prepared for multisites? Yes.
|
||||
* Added a domain to most of the texts for translation files.
|
||||
* Added a Dutch translation file.
|
||||
* Added DataTables language support for 'search'.
|
||||
* Added VSCode settings.json for formatOnSave.
|
||||
|
||||
= 4.1.0 =
|
||||
* Compatibility with WordPress version 6.7.1
|
||||
|
||||
@@ -290,7 +290,8 @@ function wp_jdt_style_and_script()
|
||||
}
|
||||
|
||||
add_action('plugins_loaded', 'wp_jdt_load_textdomain');
|
||||
function wp_jdt_load_textdomain() {
|
||||
function wp_jdt_load_textdomain()
|
||||
{
|
||||
load_plugin_textdomain('wp-jquery-datatable', false, dirname(plugin_basename(__FILE__)) . '/languages');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user