Plugin Directory

Changeset 414776


Ignore:
Timestamp:
07/25/2011 10:29:34 AM (15 years ago)
Author:
the1path
Message:


Location:
thepath-tabbed-widget
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • thepath-tabbed-widget/tags/1.1/thepath-tabbed-widget.php

    r414461 r414776  
    6161        wp_register_script('thepathjs', WP_PLUGIN_URL . '/thepath-tabbed-widget/thepath.js');
    6262        wp_enqueue_script('thepathjs');
    63         wp_register_script('jquery-ui', WP_PLUGIN_URL . '/thepath-tabbed-widget/jquery-ui.min-1.8.14');
     63        wp_register_script('jquery-ui', WP_PLUGIN_URL . '/thepath-tabbed-widget/jquery-ui.min-1.8.14.js');
    6464        wp_enqueue_script('jquery-ui');
    6565        wp_register_style('thepathcss', WP_PLUGIN_URL . '/thepath-tabbed-widget/thepath.css');
  • thepath-tabbed-widget/trunk/readme.txt

    r414530 r414776  
    99Requires at least: 2.8
    1010Tested up to: 3.2.1
    11 Stable tag: 1.2
    12 Version: 1.2
     11Stable tag: 1.2.1
     12Version: 1.2.1
    1313
    1414== Description ==
  • thepath-tabbed-widget/trunk/thepath-tabbed-widget.php

    r414530 r414776  
    22/**
    33 * @package ThePath_Tabbed_Widget
    4  * @version 1.2
     4 * @version 1.2.1
    55 */
    66    /*
     
    99    Description: Plugin for displaying Recent Posts, Popular Posts and Featured Posts. This plugin is great if you have limited space in your sidebar (or widget area). Requires WordPress.com Popular Posts and Yet Another Featured Posts Plugin to display the Popular and Featured posts respectively.
    1010    Author: ThePath
    11     Version: 1.2 
     11    Version: 1.2.1
    1212    Author URI: http://www.thepathwebdesign.com
    1313    */ 
     
    6161        wp_register_script('thepathjs', WP_PLUGIN_URL . '/thepath-tabbed-widget/thepath.js');
    6262        wp_enqueue_script('thepathjs');
    63         wp_register_script('jquery-ui', WP_PLUGIN_URL . '/thepath-tabbed-widget/jquery-ui.min-1.8.14');
     63        wp_register_script('jquery-ui', WP_PLUGIN_URL . '/thepath-tabbed-widget/jquery-ui.min-1.8.14.js');
    6464        wp_enqueue_script('jquery-ui');
    6565        wp_register_style('thepathcss', WP_PLUGIN_URL . '/thepath-tabbed-widget/thepath.css');
Note: See TracChangeset for help on using the changeset viewer.