Skip to content

Commit

Permalink
lable to label - spelling fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
codersaiful committed Aug 18, 2024
1 parent f250fe8 commit 9227d3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inc/handle/checkbox-box.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class='wpt_check_universal wpt_check_universal_header'
id='wpt_check_uncheck_button_<?php echo esc_attr( $shortcode->table_id ); ?>' type='checkbox'>
<label for='wpt_check_uncheck_button_<?php echo esc_attr( $shortcode->table_id ); ?>'>
<?php echo wp_kses_post( $check_uncheck_text ) ?>
</lable>
</label>
<?php } ?>
</span>
<?php
Expand Down
4 changes: 2 additions & 2 deletions wpml/admin-area.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function wpt_wpml_column_title( $keyword, $_device_name, $current_colum_settings
$flag = $active_lang['country_flag_url'];
?>
<p class="wpt-each-input">
<lable><img src="<?php echo esc_url( $flag ); ?>" class="wpt-wpml-admin-flag"> <?php echo esc_html( $lang_name ); ?></lable>
<label><img src="<?php echo esc_url( $flag ); ?>" class="wpt-wpml-admin-flag"> <?php echo esc_html( $lang_name ); ?></label>
<input
class="wpml-col-title"
name="column_settings<?php echo esc_attr( $_device_name ); ?>[<?php echo esc_attr( $keyword ); ?>][<?php echo esc_attr( $code ); ?>]"
Expand Down Expand Up @@ -100,7 +100,7 @@ function wpt_wpml_basic_tab( $meta_basics ){
$flag = $active_lang['country_flag_url'];
?>
<div class="wpt-each-input">
<lable><img src="<?php echo esc_url( $flag ); ?>" class="wpt-wpml-admin-flag"> <?php echo esc_html( $lang_name ); ?></lable>
<label><img src="<?php echo esc_url( $flag ); ?>" class="wpt-wpml-admin-flag"> <?php echo esc_html( $lang_name ); ?></label>
<div class="wpml-inside-fields">

<?php
Expand Down

0 comments on commit 9227d3f

Please sign in to comment.