Skip to content

Commit

Permalink
Coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
n7studios committed Oct 15, 2024
1 parent 1123f80 commit 8faa867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/section/class-convertkit-settings-general.php
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ public function default_form_position_element_callback( $args ) {
$args['post_type'] . '_form_position_element',
esc_attr( $this->settings->get_default_form_position_element( $args['post_type'] ) ),
array(
'p' => esc_html__( 'Paragraphs', 'convertkit' ),
'p' => esc_html__( 'Paragraphs', 'convertkit' ),
'h2' => esc_html__( 'Headings <h2>', 'convertkit' ),
'h3' => esc_html__( 'Headings <h3>', 'convertkit' ),
'h4' => esc_html__( 'Headings <h4>', 'convertkit' ),
Expand Down

0 comments on commit 8faa867

Please sign in to comment.