Changeset 644039
- Timestamp:
- 12/24/2012 11:22:27 AM (13 years ago)
- File:
-
- 1 edited
-
seo-tag-cloud/trunk/seo-tag-cloud.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
seo-tag-cloud/trunk/seo-tag-cloud.php
r642923 r644039 4 4 Plugin URI: http://blog.fleischer.hu/wordpress/seo-tag-cloud/ 5 5 Description: SEO Tag Cloud Widget displays the tag cloud in a SEO-friendly way, using a search engine optimized html markup. 6 Version: 1.8 6 Version: 1.8.1 7 7 Author: Gavriel Fleischer 8 8 Author URI: http://blog.fleischer.hu/author/gavriel/ … … 410 410 $options = get_option('widget_seo_tag_cloud'); 411 411 if ('ball' == $options['format']) { 412 wp_enqueue_script('jquery.ball', WP_PLUGIN_URL . '/' . dirname(plugin_basename(__FILE__)) .' /ball/jquery.ball. min.js', array('jquery'), '0.6.2');412 wp_enqueue_script('jquery.ball', WP_PLUGIN_URL . '/' . dirname(plugin_basename(__FILE__)) .' /ball/jquery.ball.js', array('jquery'), '0.6.2'); 413 413 } 414 414 add_action('wp_head', 'seo_tag_cloud_widget_style');
Note: See TracChangeset
for help on using the changeset viewer.