BUG: Post type custom field type Link cannot be removed
-
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.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘BUG: Post type custom field type Link cannot be removed’ is closed to new replies.