mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-23 20:33:54 +02:00
10 lines
126 B
JavaScript
10 lines
126 B
JavaScript
|
(function ( $ ) {
|
||
|
"use strict";
|
||
|
|
||
|
$(function () {
|
||
|
|
||
|
// Place your administration-specific JavaScript here
|
||
|
|
||
|
});
|
||
|
|
||
|
}(jQuery));
|