Skip to content

Commit

Permalink
少々仕込み
Browse files Browse the repository at this point in the history
  • Loading branch information
drill-lancer committed Dec 2, 2020
1 parent 2f452c8 commit c5d72cf
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 c5d72cf

Please sign in to comment.