Add actions, filters, hooks, and scripts

This commit is contained in:
Takumi
2013-07-24 19:09:02 +10:00
parent e3fb4c69dd
commit 3cade7da5d
17 changed files with 180 additions and 94 deletions

3
sportspress-admin.js Normal file
View File

@@ -0,0 +1,3 @@
jQuery(document).ready(function(){
jQuery('.sp_datepicker').datepicker();
});