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