Changeset 414776
- Timestamp:
- 07/25/2011 10:29:34 AM (15 years ago)
- Location:
- thepath-tabbed-widget
- Files:
-
- 3 edited
-
tags/1.1/thepath-tabbed-widget.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/thepath-tabbed-widget.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
thepath-tabbed-widget/tags/1.1/thepath-tabbed-widget.php
r414461 r414776 61 61 wp_register_script('thepathjs', WP_PLUGIN_URL . '/thepath-tabbed-widget/thepath.js'); 62 62 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'); 64 64 wp_enqueue_script('jquery-ui'); 65 65 wp_register_style('thepathcss', WP_PLUGIN_URL . '/thepath-tabbed-widget/thepath.css'); -
thepath-tabbed-widget/trunk/readme.txt
r414530 r414776 9 9 Requires at least: 2.8 10 10 Tested up to: 3.2.1 11 Stable tag: 1.2 12 Version: 1.2 11 Stable tag: 1.2.1 12 Version: 1.2.1 13 13 14 14 == Description == -
thepath-tabbed-widget/trunk/thepath-tabbed-widget.php
r414530 r414776 2 2 /** 3 3 * @package ThePath_Tabbed_Widget 4 * @version 1.2 4 * @version 1.2.1 5 5 */ 6 6 /* … … 9 9 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. 10 10 Author: ThePath 11 Version: 1.2 11 Version: 1.2.1 12 12 Author URI: http://www.thepathwebdesign.com 13 13 */ … … 61 61 wp_register_script('thepathjs', WP_PLUGIN_URL . '/thepath-tabbed-widget/thepath.js'); 62 62 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'); 64 64 wp_enqueue_script('jquery-ui'); 65 65 wp_register_style('thepathcss', WP_PLUGIN_URL . '/thepath-tabbed-widget/thepath.css');
Note: See TracChangeset
for help on using the changeset viewer.