mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-11-01 03:12:58 +02:00
373531d393
related #48
6 lines
120 B
JavaScript
6 lines
120 B
JavaScript
(function ($) {
|
|
"use strict";
|
|
$(function () {
|
|
// Place your administration-specific JavaScript here
|
|
});
|
|
}(jQuery)); |