Plugin Directory

Changeset 639482


Ignore:
Timestamp:
12/14/2012 11:35:09 PM (13 years ago)
Author:
iluminatus
Message:

Loading jQuery UI from WordPress core libraries

Location:
single-latest-posts-lite/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • single-latest-posts-lite/trunk/readme.txt

    r638665 r639482  
    44Tags: recent posts, shortcode, widget, latest posts, single installation
    55Requires at least: 3.0
    6 Tested up to: 3.4.2
    7 Stable tag: 1.1
     6Tested up to: 3.5
     7Stable tag: 1.2
    88
    99This plugin allows you to pull all the recent posts from your WordPress blog and display them the way you want
     
    7676== Changelog ==
    7777
     78= 1.2 =
     79* Loading jQuery UI libraries included in the WordPress core
     80
    7881= 1.1 =
    7982* Support for WordPress 3.5
  • single-latest-posts-lite/trunk/single-latest-posts.php

    r638665 r639482  
    44Plugin URI: http://wordpress.org/extend/plugins/single-latest-posts-lite/
    55Description: Display the latest posts available in your WordPress blog using functions, shortcodes or widgets.
    6 Version: 1.1
     6Version: 1.2
    77Author: L'Elite
    88Author URI: http://laelite.info/
     
    952952function slp_load_scripts() {
    953953    // Load plugins
    954     wp_enqueue_script('jqueryui',plugin_dir_url(__FILE__) .'core/js/jquery-ui/js/jquery-ui.min.js');
     954    wp_enqueue_script('jquery-ui-core');
     955    wp_enqueue_script('jquery-ui-accordion');
     956    wp_enqueue_script('jquery-ui-tabs');
    955957    wp_enqueue_script('slpaccordion',plugin_dir_url(__FILE__) .'core/js/slposts-accordion.js');
    956958    return;
Note: See TracChangeset for help on using the changeset viewer.