Changeset 471332
- Timestamp:
- 12/05/2011 10:28:35 PM (14 years ago)
- Location:
- tb-testimonials/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
tb-testimonials.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tb-testimonials/trunk/readme.txt
r469212 r471332 5 5 Requires at least: 3.0 6 6 Tested up to: 3.3 7 Stable tag: 1.5. 87 Stable tag: 1.5.9 8 8 9 9 Testimonial Management done right with Custom Post Types. Supports a testimonial.php template file for single testimonial pages. Testimonial Shortcode to insert testimonials in any post or page. Animated Sidebar Widget, Built in documentation and code examples. Customize output and tons of other options! … … 43 43 44 44 == Changelog == 45 46 = 1.5.9 = 47 * Fixes SSL issues with preloader objects. 45 48 46 49 = 1.5.8 = -
tb-testimonials/trunk/tb-testimonials.php
r469209 r471332 4 4 * Plugin URI: http://travisballard.com/wordpress/tb-testimonials/ 5 5 * Description: Testimonials managed by Custom Post Types. Supports a testimonial.php template file for single testimonial pages. Testimonial Shortcode to insert testimonials in any post. Scrolling Sidebar Widget 6 * Version: 1.5. 86 * Version: 1.5.9 7 7 * Author: Travis Ballard 8 8 * Author URI: http://www.travisballard.com … … 927 927 return false; 928 928 929 if( $preloader_obj = tbtestimonials_prepare_preloader( $loader ) ); 930 $preloaders += $preloader_obj; 929 if( $preloader_obj = tbtestimonials_prepare_preloader( $loader ) ){ 930 if( is_object( $preloader_obj ) ) 931 $preloaders += $preloader_obj; 932 } 931 933 } 932 934
Note: See TracChangeset
for help on using the changeset viewer.