Skip to content

Commit 7af837d

Browse files
committed
Fix merge conflict remnant
1 parent 608daf9 commit 7af837d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/class-cpt-wplf-form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ public function add_meta_boxes_cpt() {
336336

337337
// Dynamic values
338338
add_meta_box(
339-
'wplf-shortcode',
339+
'wplf-dynamic-values',
340340
__( 'Dynamic values', 'wp-libre-form' ),
341341
array( $this, 'metabox_dynamic_values' ),
342342
'wplf-form',

0 commit comments

Comments
 (0)