1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-04 04:13:15 +03:00
WordPress-Plugin-Boilerplate/js/admin.js
Tom McFarlin a74004d26c * removing ampersands from php compatibility
* removing the translated mo file
* removing calls to wp_register_script and wp_register_style
2012-11-02 18:27:32 -04:00

6 lines
120 B
JavaScript

(function ($) {
"use strict";
$(function () {
// Place your administration-specific JavaScript here
});
}(jQuery));