File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6559,7 +6559,7 @@ public function duplicate_pod( $params, $strict = false ) {
6559
6559
}
6560
6560
6561
6561
$ check_name = $ check_name_limited . $ try ;
6562
- $ new_label = $ pod ['label ' ] . $ try ;
6562
+ $ new_label = $ pod ['label ' ] . ' ' . $ try ;
6563
6563
}
6564
6564
6565
6565
$ pod ['name ' ] = $ check_name ;
@@ -6693,7 +6693,7 @@ public function duplicate_group( $params, $strict = false ) {
6693
6693
$ try ++;
6694
6694
6695
6695
$ check_name = $ group ['name ' ] . $ try ;
6696
- $ new_label = $ group ['label ' ] . $ try ;
6696
+ $ new_label = $ group ['label ' ] . ' ' . $ try ;
6697
6697
}
6698
6698
6699
6699
$ group ['name ' ] = $ check_name ;
@@ -6803,7 +6803,7 @@ public function duplicate_field( $params, $strict = false ) {
6803
6803
$ try ++;
6804
6804
6805
6805
$ check_name = $ field ['name ' ] . $ try ;
6806
- $ new_label = $ field ['label ' ] . $ try ;
6806
+ $ new_label = $ field ['label ' ] . ' ' . $ try ;
6807
6807
}
6808
6808
6809
6809
$ field ['name ' ] = $ check_name ;
You can’t perform that action at this time.
0 commit comments