Merge pull request #22853 from Dartui/fix-select2-tooltip

Remove whitespace characters from Select2 option title
This commit is contained in:
Mike Jolley 2019-02-27 12:25:10 +00:00 committed by GitHub
commit 7369ffdf42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -392,8 +392,7 @@ if ( ! class_exists( 'WC_Admin_Settings', false ) ) :
}
?>
>
<?php echo esc_html( $val ); ?></option>
><?php echo esc_html( $val ); ?></option>
<?php
}
?>