Removed jQuery CDN info. [ci-skip]

Now that the CDN option is in soil, there's no need for this information to be in the file (and it was outdated).
This commit is contained in:
Julien Melissas
2015-05-09 15:24:16 -04:00
parent c1c9886c25
commit a16475c1ad

View File

@@ -8,10 +8,6 @@
* .noConflict()
* The routing is enclosed within an anonymous function so that you can
* always reference jQuery with $, even when in .noConflict() mode.
*
* Google CDN, Latest jQuery
* To use the default WordPress version of jQuery, go to lib/config.php and
* remove or comment out: add_theme_support('jquery-cdn');
* ======================================================================== */
(function($) {