• fieldTypes/class-link.php:60 (patch)

    if(empty($eval) )
    {
    	delete_post_meta( $post_id, $this->temp_title->name );
    	delete_post_meta( $post_id, $this->temp_link->name );
    }
    else
    {
    	if($new)
    		add_post_meta($post_id, $this->name, $key);
    
    $this->temp_title->saving($temp,$post_id,esc_attr(stripslashes($val[$this->temp_title->name])),$oval);
    				$this->temp_link->saving($temp,$post_id,esc_attr(stripslashes($val[$this->temp_link->name])),$oval);
    }

    Please fix.

    https://www.ads-software.com/plugins/ultimate-cms/

Viewing 1 replies (of 1 total)
  • Plugin Author XYDAC

    (@deepakseth)

    Fixed and committed.
    Will update the version number later, as this is not a critical issue.

    Thanks for the fix ??
    -Xydac

Viewing 1 replies (of 1 total)
  • The topic ‘BUG: Post type custom field type Link cannot be removed’ is closed to new replies.