Skip to content

Commit 2f3ff2f

Browse files
authored
Adapt comment
1 parent 79cb200 commit 2f3ff2f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/DB_Command.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -554,10 +554,9 @@ public function export( $args, $assoc_args ) {
554554

555555
$support_column_statistics = exec( $mysqldump_binary . ' --help | grep "column-statistics"' );
556556

557-
/**
558-
* Issue #144
557+
/*
559558
* In case that `--default-character-set` is not given and `DB_CHARSET` is `utf8`,
560-
* use `utf8mb4` as a default-character-set to show emoji.
559+
* use `utf8mb4` as a `default-character-set` to ensure emojis are encoded correctly.
561560
*/
562561
if ( !isset( $assoc_args['default-character-set'] ) &&
563562
defined( 'DB_CHARSET' ) && 'utf8' == constant( 'DB_CHARSET' ) ) {

0 commit comments

Comments
 (0)