Closed laragon closed 9 years ago
The coding looks correct for this block, but perhaps the wp_register_script needs adjustment.
I believe WP requires the wp_register_script to have either http or https specified, relative url's aren't accepted.
wp_register_script()
according to the codex: "Remote scripts can be specified with a protocol-agnostic URL, e.g. //otherdomain.com/js/their-script.js." (source)
I may remove the check for core_mods()
just to keep things clean, relying on is_admin()
to guide the proper inclusion of jQuery. Thoughts?
Hi Guys,
Not really an issue but on line 94 in the functions.php I found that there is a "!" before functions_exists
//OLD STUFF BELOW
*I had to delete the "!" to make the BMO Expo plugin work properly.
btw great job with html5reset. very useful when I need a blank canvas
-Louie