Skip to content

Commit

Permalink
Resolved merge conficts
Browse files Browse the repository at this point in the history
  • Loading branch information
apzeero committed May 29, 2019
2 parents 97e214b + 80a2569 commit 6241ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template-parts/blocks/custom-panel.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
Field::make( 'text', 'heading', __( 'Panel Heading', 'themewpugph' ) ),
Field::make( 'image', 'image', __( 'Panel Image', 'themewpugph' ) ),
Field::make( 'textarea', 'content', __( 'Panel Content', 'themewpugph' ) ),
Field::make( 'association', 'link', __( 'Panel Link', 'themewpugph' ) )
Field::make( 'association', 'link', __( 'Panel Link', 'themewpugph' ) )
->set_types(
array(
array(
Expand Down

0 comments on commit 6241ac4

Please sign in to comment.