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

* removing ampersands from php compatibility

* removing the translated mo file
* removing calls to wp_register_script and wp_register_style
This commit is contained in:
Tom McFarlin 2012-11-02 18:27:32 -04:00
parent 81b7be5b72
commit a74004d26c
3 changed files with 11 additions and 14 deletions

View file

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