[wp-trac] [WordPress Trac] #37110: Update to jQuery 3.*

WordPress Trac noreply at wordpress.org
Fri Oct 6 17:18:00 UTC 2017


#37110: Update to jQuery 3.*
-------------------------------------------------+-------------------------
 Reporter:  jorbin                               |       Owner:
     Type:  task (blessed)                       |      Status:  new
 Priority:  normal                               |   Milestone:  Future
Component:  External Libraries                   |  Release
 Severity:  normal                               |     Version:
 Keywords:  early has-patch needs-testing        |  Resolution:
  needs-dev-note                                 |     Focuses:  javascript
-------------------------------------------------+-------------------------

Comment (by Presskopp):

 @westonruter This plugin is a very basic one, most of it's functionality
 is 2 lines:

 {{{#!php
 wp_deregister_script('jquery');
 wp_enqueue_script('jquery', plugins_url('/js/jquery-3.2.1.min.js',
 __FILE__), false, '3.2.1');
 }}}

 So there's not much to test about it. 2c

--
Ticket URL: <https://core.trac.wordpress.org/ticket/37110#comment:23>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list