Hey Aaron, the new version of your theme looks great! Glad I could help.

One thing I’m really curious to know is about the protocol-relative url that Paul Irish included in the boilerplate project.

I realize that you can deregister the local jquery script to add the boilerplate version. I like the boilerplate method b/c it uses both the CDN version, is compatible with http and https, and will grab the local if the CDN version isn’t available.

I can’t figure out how to both deregister the local wp version of jquery and entering the protocol relative url version using the wp_enqueue_script method. Entering an echo statement within the enqueue function also spits out code at the beginning of the source code.

Is it possible to include the exact boilerplate method through your custom boilerplate-admin script using the wp_enqueue_script or similar method?