Skip to content

Commit

Permalink
Minor bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tauno Hanni committed May 17, 2018
1 parent acd57c4 commit 7ca3f52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion classes/class-fdc-meta-query.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ function fdc_add_entry_meta($entry_id, $meta_key, $meta_value)
$table_name = $wpdb->prefix . 'fdc_entries_meta';
$meta_key = wp_unslash($meta_key);
$meta_value = wp_unslash($meta_value);
$meta_value = maybe_serialize($meta_value);

$result = $wpdb->insert($table_name , array(
'entry_id' => $entry_id,
Expand Down

0 comments on commit 7ca3f52

Please sign in to comment.