1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2025-04-19 13:45:35 +03:00

moving all of the admin-specific functionality into the admin subdirectory

related #100
This commit is contained in:
Tom McFarlin 2013-10-30 16:49:01 -04:00
parent f894ee25c0
commit 0796e8e638
7 changed files with 269 additions and 0 deletions

View file

@ -0,0 +1 @@
/* This stylesheet is used to style the admin option form of the plugin. */

View file

@ -0,0 +1 @@
<?php // Silence is golden

View file

@ -0,0 +1,10 @@
(function ( $ ) {
"use strict";
$(function () {
// Place your administration-specific JavaScript here
});
}(jQuery));

View file

@ -0,0 +1 @@
<?php // Silence is golden