This website requires JavaScript.
Explore
Inretio®
Help
Sign in
inretio
/
WordPress-Plugin-Boilerplate
Watch
1
Star
0
Fork
You've already forked WordPress-Plugin-Boilerplate
0
mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced
2024-12-23 04:13:53 +02:00
Code
Issues
Releases
Wiki
Activity
88fccec638
WordPress-Plugin-Boilerplate
/
js
/
display.js
5 lines
93 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Improving JavaScript sources, adding references to Filters and Actions, and removing locale constant (WordPress requires a string parameter)
2011-12-03 06:28:54 +02:00
(
function
(
$
)
{
Updating javaScript, bringing the plugin's source code up to WordPress' coding conventions, and removing constants.
2012-03-06 05:33:04 +02:00
$
(
function
(
)
{
// Place your public-facing JavaScript here
}
)
;
Improving JavaScript sources, adding references to Filters and Actions, and removing locale constant (WordPress requires a string parameter)
2011-12-03 06:28:54 +02:00
}
)
(
jQuery
)
;
Reference in a new issue
Copy permalink