Changeset 2052031
- Timestamp:
- 03/17/2019 12:04:05 PM (7 years ago)
- Location:
- content-repeater/trunk
- Files:
-
- 2 edited
-
content-repeater.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
content-repeater/trunk/content-repeater.php
r2051687 r2052031 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. 35 * Version: 1.0.4 6 6 * Author: Denis Buka 7 7 * Text Domain: content-repeater … … 827 827 $fields = $_POST[$type . '_fields']; 828 828 if ( is_array( $fields ) ) { 829 $fields = rptr_array_unset_empty($fields);829 // $fields = rptr_array_unset_empty($fields); 830 830 foreach ( $fields as $k => $v ) { 831 831 $break = explode( '::', $k ); -
content-repeater/trunk/readme.txt
r2051686 r2052031 79 79 = 1.0.3 = 80 80 minor localization changes, slider field improvements 81 = 1.0.4 = 82 fix empty fields not saving
Note: See TracChangeset
for help on using the changeset viewer.