Changeset 2084368
- Timestamp:
- 05/09/2019 08:36:13 AM (7 years ago)
- Location:
- content-repeater/trunk
- Files:
-
- 4 edited
-
content-repeater.php (modified) (1 diff)
-
includes/functions.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
repeaters/slick-slider/slick-slider.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
content-repeater/trunk/content-repeater.php
r2079539 r2084368 3 3 * Plugin Name: Content Repeater 4 4 * Description: Quickly set up custom content like Testimonials, Coupons, Products, Flipboxes, Portals, Portfolios, Before & Afters, etc. and display it in interesting ways: Ajax Reload, Masonry, Isotope, Slick Slider, Single Row. 5 * Version: 1.0.1 15 * Version: 1.0.12 6 6 * Author: Denis Buka 7 7 * Text Domain: content-repeater -
content-repeater/trunk/includes/functions.php
r2045559 r2084368 282 282 'cat' => 0, 283 283 'post__not_in' => 0, 284 'post__in' => '', 284 285 'numberposts' => -1, 285 286 'post_status' => 'publish', … … 289 290 if($atts['post__not_in']) 290 291 $atts['post__not_in'] = explode(',', $atts['post__not_in']); 292 if($atts['post__in']) 293 $atts['post__in'] = explode(',', $atts['post__in']); 291 294 if(trim($atts['cat']) != 0) { 292 295 $atts['tax_query'] = array( -
content-repeater/trunk/readme.txt
r2079539 r2084368 96 96 = 1.0.11 = 97 97 fix meta boxes 98 = 1.0.12 = 99 add post__in argument to shortcodes -
content-repeater/trunk/repeaters/slick-slider/slick-slider.php
r2061120 r2084368 193 193 } else { 194 194 $value = 'dots: true, 195 arrows: true, 195 196 autoplay: true, 196 197 autoplaySpeed: 7000,
Note: See TracChangeset
for help on using the changeset viewer.