Changeset 831785
- Timestamp:
- 01/02/2014 07:04:27 PM (12 years ago)
- File:
-
- 1 edited
-
superfish/trunk/superfish.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
superfish/trunk/superfish.php
r712081 r831785 5 5 Description: Adds jQuery Superfish effects to most WordPress menus. 6 6 Author: Matt Hodder 7 Version: 1.1 7 Version: 1.1.1 8 8 Author URI: http://www.matthodder.com/ 9 9 */ … … 11 11 add_action('wp_enqueue_scripts', 'mh_superfish'); 12 12 function mh_superfish() { 13 wp_register_script('superfish', plugins_url( 'js/superfish.js', __FILE__ ), array('jquery'), '1.7. 2', TRUE);14 wp_register_script('superfish-args', plugins_url( 'js/superfish_args.js', __FILE__ ), array('jquery'), '1.7. 2', TRUE);13 wp_register_script('superfish', plugins_url( 'js/superfish.js', __FILE__ ), array('jquery'), '1.7.3', TRUE); 14 wp_register_script('superfish-args', plugins_url( 'js/superfish_args.js', __FILE__ ), array('jquery'), '1.7.3', TRUE); 15 15 16 16 if(!is_admin()) wp_enqueue_script('superfish');
Note: See TracChangeset
for help on using the changeset viewer.