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

moving all public related code to a self-contained subdirectory

related #100
This commit is contained in:
Tom McFarlin 2013-10-30 16:50:36 -04:00
parent ba5bddf891
commit 9d8f38b339
8 changed files with 339 additions and 0 deletions

View file

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

View file

@ -0,0 +1 @@
/* This stylesheet is used to style the public-facing components of the plugin. */

View file

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

View file

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

View file

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