Use Google Libraries uses the following hooks (each with a priority of 1000).
Use Google Libraries compares it's list of supported scripts to those
registered, and replaces the standard registrations src with ones that
point to Google's servers. Other attributes (like dependencies) are left
intact.
If jQuery is enqued Use Google Libraries will inject a small javascript file to ensure that it is running in noConflict mode as it would with the standard WordPress version.
Use Google Libraries removes the ver=x.y.z query string from the URL
used to load the requested library if it is going to load the library from
ajax.googleapis.com. Otherwise the URL is left unaltered. This both
improves the chances of the given URL already being cached, and prevents
script.aculo.us from including scripts multiple times.
Parts of this plugin (specificly, the dropping of the micro number) were inspired by John Blackbourn's Google AJAX Libraries, which has very similar goals to this plugin.




