Plugin Directory

Changeset 644039


Ignore:
Timestamp:
12/24/2012 11:22:27 AM (13 years ago)
Author:
flocsy
Message:

use unminimized jquery.ball to fix WP guideline issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • seo-tag-cloud/trunk/seo-tag-cloud.php

    r642923 r644039  
    44Plugin URI: http://blog.fleischer.hu/wordpress/seo-tag-cloud/
    55Description: SEO Tag Cloud Widget displays the tag cloud in a SEO-friendly way, using a search engine optimized html markup.
    6 Version: 1.8
     6Version: 1.8.1
    77Author: Gavriel Fleischer
    88Author URI: http://blog.fleischer.hu/author/gavriel/
     
    410410        $options = get_option('widget_seo_tag_cloud');
    411411        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');
    413413        }
    414414        add_action('wp_head', 'seo_tag_cloud_widget_style');
Note: See TracChangeset for help on using the changeset viewer.