Skip to content

Commit

Permalink
Fix: Made the default Chosen placeholder translatable in class-admin-…
Browse files Browse the repository at this point in the history
…settings.php (#7521)
  • Loading branch information
DAnn2012 authored Sep 18, 2024
1 parent 957c3f0 commit f630c69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/admin/class-admin-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -956,6 +956,7 @@ class="give-select-chosen give-chosen-settings"
style="<?php echo esc_attr( $value['style'] ); ?>"
name="<?php echo esc_attr( $name ); ?>"
id="<?php echo esc_attr( $value['id'] ); ?>"
data-placeholder="<?php echo esc_attr__( 'Select Some Options', 'give'); ?>"
<?php
echo "{$type} {$allow_new_values}";
echo implode( ' ', $custom_attributes );
Expand Down

0 comments on commit f630c69

Please sign in to comment.