Changeset 1242083
- Timestamp:
- 09/10/2015 04:19:49 AM (10 years ago)
- Location:
- fd-footnotes/trunk
- Files:
-
- 2 edited
-
fdfootnotes.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fd-footnotes/trunk/fdfootnotes.php
r1236474 r1242083 5 5 Description: Elegant and easy to use footnotes 6 6 Author: John Watson 7 Version: 1.3 37 Version: 1.34 8 8 Author URI: http://flagrantdisregard.com 9 9 … … 41 41 wp_enqueue_script('jquery'); 42 42 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'); 44 44 wp_enqueue_script('fdfootnote_script'); 45 45 } -
fd-footnotes/trunk/readme.txt
r1236474 r1242083 57 57 == Changelog == 58 58 59 = 1.34 = 60 * Fixed jQuery script dependency 61 59 62 = 1.33 = 60 63 * Added Greek translation by Dimitrios Kaisaris (http://www.foodblogstarter.com)
Note: See TracChangeset
for help on using the changeset viewer.