Plugin Directory

Changeset 2052031


Ignore:
Timestamp:
03/17/2019 12:04:05 PM (7 years ago)
Author:
db0112358
Message:

fix empty fields not saving

Location:
content-repeater/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • content-repeater/trunk/content-repeater.php

    r2051687 r2052031  
    33 * Plugin Name: Content Repeater
    44 * 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.3
     5 * Version: 1.0.4
    66 * Author: Denis Buka
    77 * Text Domain: content-repeater
     
    827827        $fields = $_POST[$type . '_fields'];
    828828        if ( is_array( $fields ) ) {
    829             $fields = rptr_array_unset_empty($fields);
     829//          $fields = rptr_array_unset_empty($fields);
    830830            foreach ( $fields as $k => $v ) {
    831831                $break = explode( '::', $k );
  • content-repeater/trunk/readme.txt

    r2051686 r2052031  
    7979= 1.0.3 =
    8080minor localization changes, slider field improvements
     81= 1.0.4 =
     82fix empty fields not saving
Note: See TracChangeset for help on using the changeset viewer.