Plugin Directory

Changeset 1242083


Ignore:
Timestamp:
09/10/2015 04:19:49 AM (10 years ago)
Author:
fd
Message:

Fixed jQuery script dependency

Location:
fd-footnotes/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fd-footnotes/trunk/fdfootnotes.php

    r1236474 r1242083  
    55Description: Elegant and easy to use footnotes
    66Author: John Watson
    7 Version: 1.33
     7Version: 1.34
    88Author URI: http://flagrantdisregard.com
    99
     
    4141    wp_enqueue_script('jquery');
    4242   
    43     wp_register_script('fdfootnote_script', get_bloginfo('wpurl').'/'.PLUGINDIR.'/'.dirname(plugin_basename(__FILE__)).'/fdfootnotes.js', array(), '1.3');
     43    wp_register_script('fdfootnote_script', get_bloginfo('wpurl').'/'.PLUGINDIR.'/'.dirname(plugin_basename(__FILE__)).'/fdfootnotes.js', array('jquery'), '1.34');
    4444    wp_enqueue_script('fdfootnote_script');
    4545}
  • fd-footnotes/trunk/readme.txt

    r1236474 r1242083  
    5757== Changelog ==
    5858
     59= 1.34 =
     60* Fixed jQuery script dependency
     61
    5962= 1.33 =
    6063* Added Greek translation by Dimitrios Kaisaris (http://www.foodblogstarter.com)
Note: See TracChangeset for help on using the changeset viewer.