Skip to content

Commit

Permalink
Merge pull request #487 from vektor-inc/develop
Browse files Browse the repository at this point in the history
Merge pull request #486 from vektor-inc/master
  • Loading branch information
drill-lancer authored Dec 2, 2020
2 parents 0091c4e + c5d72cf commit 73051db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/layout-controller/admin-post-meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ function lightning_design_setting_meta_fields() {
'col-one' => __( '1 column', 'lightning' ),
'col-one-no-subsection' => __( '1 column ( No sub section )', 'lightning' ),
);
$options = apply_filters( 'lighghtning_columns_setting_choice', $options );

$form = '<select id="' . esc_attr( $id ) . '" name="' . esc_attr( $id ) . '">';
foreach ( $options as $key => $value ) {
Expand Down

0 comments on commit 73051db

Please sign in to comment.