mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-10-31 19:03:00 +02:00
a74004d26c
* removing the translated mo file * removing calls to wp_register_script and wp_register_style
6 lines
120 B
JavaScript
6 lines
120 B
JavaScript
(function ($) {
|
|
"use strict";
|
|
$(function () {
|
|
// Place your administration-specific JavaScript here
|
|
});
|
|
}(jQuery)); |