mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-23 04:13:53 +02:00
e4bbd52ae0
* Adding an improved README * Removing unused features of the boilerplate * Officially tagging as 1.0
6 lines
No EOL
120 B
JavaScript
6 lines
No EOL
120 B
JavaScript
(function ($) {
|
|
"use strict";
|
|
$(function () {
|
|
// Place your administration-specific JavaScript here
|
|
});
|
|
}(jQuery)); |