Plugin Directory

Changeset 831785


Ignore:
Timestamp:
01/02/2014 07:04:27 PM (12 years ago)
Author:
matthodder
Message:

Fix version numbers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • superfish/trunk/superfish.php

    r712081 r831785  
    55Description: Adds jQuery Superfish effects to most WordPress menus.
    66Author: Matt Hodder
    7 Version: 1.1
     7Version: 1.1.1
    88Author URI: http://www.matthodder.com/
    99*/
     
    1111add_action('wp_enqueue_scripts', 'mh_superfish');
    1212function 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);
    1515   
    1616    if(!is_admin()) wp_enqueue_script('superfish');
Note: See TracChangeset for help on using the changeset viewer.