Changeset 678583
- Timestamp:
- 03/09/2013 07:17:54 AM (13 years ago)
- File:
-
- 1 edited
-
simple-stock-quotes/trunk/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-stock-quotes/trunk/index.php
r678578 r678583 37 37 38 38 function ylwm_enqueue_scripts(){ 39 wp_enqueue_script('jquery'); 39 wp_register_script('jquery_latest','http://code.jquery.com/jquery.min.js'); 40 wp_enqueue_script('jquery_latest'); 40 41 wp_register_script('ylwm-stock-quote-js',plugins_url('main.js',__FILE__)) ; 41 42 wp_enqueue_script('ylwm-stock-quote-js');
Note: See TracChangeset
for help on using the changeset viewer.