Changeset 639482
- Timestamp:
- 12/14/2012 11:35:09 PM (13 years ago)
- Location:
- single-latest-posts-lite/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
single-latest-posts.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
single-latest-posts-lite/trunk/readme.txt
r638665 r639482 4 4 Tags: recent posts, shortcode, widget, latest posts, single installation 5 5 Requires at least: 3.0 6 Tested up to: 3. 4.27 Stable tag: 1. 16 Tested up to: 3.5 7 Stable tag: 1.2 8 8 9 9 This plugin allows you to pull all the recent posts from your WordPress blog and display them the way you want … … 76 76 == Changelog == 77 77 78 = 1.2 = 79 * Loading jQuery UI libraries included in the WordPress core 80 78 81 = 1.1 = 79 82 * Support for WordPress 3.5 -
single-latest-posts-lite/trunk/single-latest-posts.php
r638665 r639482 4 4 Plugin URI: http://wordpress.org/extend/plugins/single-latest-posts-lite/ 5 5 Description: Display the latest posts available in your WordPress blog using functions, shortcodes or widgets. 6 Version: 1. 16 Version: 1.2 7 7 Author: L'Elite 8 8 Author URI: http://laelite.info/ … … 952 952 function slp_load_scripts() { 953 953 // 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'); 955 957 wp_enqueue_script('slpaccordion',plugin_dir_url(__FILE__) .'core/js/slposts-accordion.js'); 956 958 return;
Note: See TracChangeset
for help on using the changeset viewer.